Works with Bricscad (Windows) Pro and Platinum
Runs VBA macros in the command bar (short for "visual basic for applications run").
Accessing the Command
command bar: -vbarun
: -vbarun
Prompts you in the command bar:
Macro name: (Enter the name of a VBA macro.)
If the macro is part of a project and a module, enter its name using this format:
project.module.macro
If the DVB file is not loaded into Bricscad, enter the name of the macro using this format:
project.dvb!project.module.macro
This command is meant for use by macros and programs.
Command Options
Option |
Description |
Names the VBA macro to be run. |
Related Commands
AddInMan - loads and unloads VBA functions through a dialog box.
AppLoad - selects external routines to load when Bricscad starts.
Netload - loads a .NET application.
VbaLoad and -VbaLoad - loads VBA projects.
VbaRun - runs VBA macros.
VbaIde - opens the VBA integrated development environment.
VbaMan - manages VBA projects.
VbaUnload - unloads VBA projects.
Security - determines whether VBA macros can be run in Bricscad.
© Menhirs NV. All rights reserved. |