How do you set the option Explicit so it comes up in all of the forms.
Printable View
How do you set the option Explicit so it comes up in all of the forms.
Go to Tools | Options. In the Editor tab, check the box Require Variable Declaration. Then you won't have to type require variable declaration in any of the forms. Variable declaration is then always needed.