Make Option Compare Text the Default??

G

Guest

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.
 
Top