View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Make Option Compare Text the Default??

no option that I am aware of.

--
Regards,
Tom Ogilvy

wrote in message
...
When I create a new module it contains the statement: Option Explicit

I would also like to contain the statement: Option Compare Text
so that I do not have to remember to type it in each time.

Is there a way to do that?

Many thanks.