G Guest Aug 25, 2007 #1 I did not set my defalut to force option explict when I setup my program. What is the best way to go back and add this to my program?
I did not set my defalut to force option explict when I setup my program. What is the best way to go back and add this to my program?
G Guest Aug 25, 2007 #2 David, Just go to each module in your application and just below the line: Option Compare Database Just add: Option Explicit That's it.
David, Just go to each module in your application and just below the line: Option Compare Database Just add: Option Explicit That's it.