Macros Dialog Box — GstarCAD 2027
Macros Dialog Box
GstarCAD 2027 · Command Reference
Commands > V Command > VBARUN > Macros Dialog Box
Function Description:
Runs, edits, or deletes a VBA macro.

Dialog Box Options:
Macro Name
Specifies the name of the macro you want to run, edit, delete, or create.
Macro List
Lists all macros found in the drawing or project selected in Macros In.
Macros In
Specifies the project or drawing whose macros are available from the macro list. If your project or drawing is not listed, click VBA Manager to load it.
Description
Describes the selected macro.
Run
Runs the selected macro.
Step Into
Displays the Visual Basic Editor and begins execution of the macro. Execution is paused at the first executable line of code.
Edit
Displays the Visual Basic Editor and the selected macro.
Create
Creates a macro with the name specified in Macro Name, and then displays the Visual Basic Editor and the empty procedure for the new macro.
Delete
Deletes the selected macro.
VBA Manager
Displays the VBA Manager dialog box.
Options
Displays the VBA Options dialog box.
