I use Option Explicit all the time. I'm such a graet tpyist that it's worth my while...
Also, once I set the capitalisation in the variable I always type in lower case after that. Helps catch typos...
Denis
Dim tzhkzjthkjghdlkfgjfhdslgkjdshg As Single 'or whatever
tz
I've got it turned on in all applications where I use VBA.
How about compiling?
Do many people just run the code before using Debug>Compile Project?
One handy thing I noticed recently after installing 2010 was that once I'd set Option Explicit on in Excel it was reflected elsewhere.
I thought I'd end up having to set it in each application as I went.
How about IntelliSense?
It's normally pretty handy, for things like completing variable names as Erik pointed out, but I find sometimes I end up declaring Longs as LoadPictureConstants etc..