Run BricsCAD VBA macro dialog box

The Run VBA Macro dialog box runs, creates, edits, and deletes VBA macros.



  1. Macro name
  2. Macros in
  3. Description
  4. Run
  5. Step Into
  6. Edit
  7. Create
  8. Delete

Macro name

Lists the names of macros found in the project file. Choose one to run.

Macros in

Lists the names of projects loaded into the current drawing. Choose one from the drop-down list.

Description

Describes the macro. You can edit this text and save it pressing the Close button.

Run

Runs the selected macro.

Step Into

Opens the integrated development environment window. The macro is in debug mode, which means that it runs one line of code at a time.

See the VBAIDE command.

Edit

Opens the macro in the integrated development environment window. The macro is in editing mode, which allows you to change the code.

See the VBAIDE command.

Create

Creates new macros; follow these steps:

  1. In the Macro Name field, enter a name for the new macro.
  2. Click Create.
  3. Notice the integrated development environment window. Enter the VBA code.

See the VBAIDE command.

Delete

Deletes the macro. A dialog asks to confirm the action.