* Command only available on the Windows platform
Loads VBA projects in the command bar (short for "visual basic for applications load").
Accessing the Command
command bar: -vbaload
: -VbaLoad
Prompts you in the command bar:
VBA Project Name: (Enter the path and name of a DVB or VBI file)
When you specify the name of an already-loaded DVB or VBI file, BricsCAD reports, "Project is already loaded." This command will not load VBA projects that are embedded in drawings, because opening a drawing loads its associated project automatically.
Command Options
Option |
Description |
VBA Project Name |
Names the DVB or VBI file. DVB and VBI are VBA project files, which contain one or more VBA macros. |
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.