Results 1 to 2 of 2

Thread: Forgot How to run a .bas file in project?

  1. #1

    Thread Starter
    Member
    Join Date
    May 2001
    Posts
    54

    Forgot How to run a .bas file in project?

    From within a Form how do you call a module?

  2. #2
    Hyperactive Member
    Join Date
    Oct 2000
    Posts
    400
    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
  •  



Click Here to Expand Forum to Full Width