View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] NoSpam@aol.com is offline
external usenet poster
 
Posts: 142
Default Can I make "Option Compare Text" the default

I can make "Option Explicit" the default so that each time I create a new
module, theat statement is automatically placed at the top of the module.
I would also like to do the same thing with "Option Compare Text"

Is that possible?

Thanks.