* Command only available on the Windows platform
Loads VBA projects through a dialog box (short for "visual basic for applications load").
Accessing the Command
command bar: vbaload
menu bar: Tools | VBA | Load Project
: VbaLoad
Displays a dialog box:
-
Choose a DVB or VBI file.
-
Click Open. BricsCAD warns about the potential hazard of macros:
-
Click Enable Macros; see the Security command for details.
-
To run the macros in the project, use the VbaRun command.
Command Options
Option |
Description |
File name |
Specifies the name of the DVB file. DVB files hold VBA projects. |
Open |
Opens the DVB file. |
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 - loads VBA projects.
VbaMan - manages VBA projects.
VbaNew - starts a new VBA project.
VbaRun and -VbaRun - runs VBA macros.
VbaIde - opens the VBA integrated development environment.
VbaSecurity - depending on the selected security level (Low, Medium or High) VBA macros are allowed to run automatically or not.
VbaUnload - unloads VBA projects.