|
-
May 30th, 2001, 12:56 PM
#1
Thread Starter
Member
Forgot How to run a .bas file in project?
From within a Form how do you call a module?
-
May 30th, 2001, 12:59 PM
#2
Hyperactive Member
You don't call modules, you call functions. As long as the function in the module is declared public, you can call it directly, as if the function were in the form.
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
|