VBA Macros

()

Keyboard: VBARUN or -VBARUN to run command line version

Displays the Run VBA Macros dialog box so you can run a VBA macro.

DIALOG BOX OPTIONS

Macro name Select the name of the macro you want to run. If no macros are available, load a VBI application using the VBILOAD command.

Macros in Select the location of the desired macro. Macros can be located in CommonProjects (what is this??), any open drawing, or a loaded VBI application.

Description Displays a description of the selected macro.

Run Runs the selected macro.

Step Into Opens the Visual Basic Editor and starts execution of the selected macro till the first line of code.

Edit Opens the Visual Basic Editor where you can modify the selected macro.

Create Opens the Visual Basic Editor where you can create a new macro.

Delete Deletes the selected macro.

Tell me about...

VBA Add-In Manager

How do I...

Use VBA