* Command only available on the Windows platform
Displays the Add-In Manager for controlling how Visual Basic for Applications modules are loaded.
Accessing the Command
command bar: addinman
shortcut: hift+F11
alias: Alias
menu bar: Tools | VBA | Add-in Manager
: addinman
Displays a dialog box:
Change the load behavior of add-ins programs, and then click OK.
Command Options
Option |
Description |
Available Add-Ins |
Lists the names of VBA COM modules available to BricsCAD. "VBA COM" is short for Visual Basic for Applications Common Object Model. |
Load Behavior |
Determines how modules are loaded:
|
OK |
Saves the changes, and then dismisses the dialog box. |
Cancel |
Undoes the changes, and then dismisses the dialog box. |
Related Commands
AppLoad - selects external routines to load when BricsCAD starts.
Commands - lists the names of internal and external commands.
CuiLoad and CuiUnload - loads and unloads menu files.
Customize - customizes the user interface.
MenuLoad and MenuUnload - loads and unloads menu files.
Netload - loads a .NET application.
Security - depending on the selected security level (Low, Medium or High) VBA macros are allowed to run automatically or not.
VbaLoad and -VbaLoad - loads VBA projects
VbaRun and -VbaRun - runs VBA macros.
VbaIde - opens the VBA integrated development environment.
VbaMan - manages VBA projects.
VbaUnload - unloads VBA projects.