Can I make "Option Compare Text" the default

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
To make "Option Explicit" the default...
in the visual basic editor (VBE), on the Tools menu, select "Options"
and on the "Editor" tab, checkmark "Require Variable Declaration".
I know of no way to make "Option Compare Text" the default.

Worth reading...
http://www.cpearson.com/excel/newposte.htm
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


<[email protected]>
wrote in message
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top