|
-
Nov 18th, 1999, 06:23 AM
#2
Junior Member
module
when you declare in a module with 'dim' the variable is only seen by the module. When you declare in a standard code module with 'public' the variable becomes 'global' (i.e. able to be seen by any other code module or form module).
level
when you declare a variable, you can do so in the general section. A variable declared in this section can be seen by any sub in that module. A variable declared within a sub can only be seen by that sub.
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
|