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 Make Option Compare Text the Default??

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.