* Command only available on the Windows platform
Unloads VBA projects (short for "visual basic for applications unload").
Note: This command is not available in the 64-bit version of the program.
Accessing the Command
command bar: vbaunload
: VbaUnload
Prompts you in the command bar:
VBA Project Name: (Enter the name of a DVB or VBI project, or press Enter)
Command Options
Option |
Description |
VBA Project Name |
Names the DVB or VBI file to unload. To unload the current project, press Enter at the 'VBA Project Name" prompt. DVA and VBI files are VBA project files, that 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.
VbaIde - opens the VBA integrated development environment.
VbaMan - manages VBA projects.
VbaNew - starts a new VBA project.
VbaRun and
-VbaRun - runs VBA macros.
VbaSecurity - depending on the selected security level (Low, Medium or High) VBA macros are allowed to run automatically or not.