Running a VBA Program

Running a VBA Program

To run a program from the VBA IDE

  1. Do one of the following:
  • From the Run menu, click Run Sub/UserForm.
  • Click the Run icon in the Toolbar.
  • Press F5.

To run a program as a macro:

  1. From the Tools menu in progeCAD, point to Visual Basic and click Macros.
  2. Highlight the macro you wish to run. (You must have included a module and a macro name to run a macro.)
  3. Click Run.