|
-
March 30th, 2001, 06:34 PM
#1
Option Explicit
How do you set the option Explicit so it comes up in all of the forms.
-
March 30th, 2001, 07:43 PM
#2
Re: Option Explicit
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|