2012

Table Of Contents
You can also debug and run projects from the Visual Basic Editor.
VBALOAD
Quick Reference
See also:
AutoCAD VBA
Loads a global VBA project into the current work session.
NOTE Microsoft
®
Visual Basic
®
for Applications software (VBA) is no longer installed
with AutoCAD. For more information, visit http://www.autodesk.com/vba-download.
Access Methods
Button
Ribbon: Manage tab Applications panel Load Project
Menu: Tools Macro Load Project
Summary
The Open VBA Project dialog box (a
standard file selection dialog box) is
displayed.
VBA projects are stored in a separate file with a .dvb extension. Once loaded,
the modules and macros of a VBA project are available in the Macros dialog
box.
There is no limit to the number of Visual Basic for Applications (VBA) projects
you can load. Any project referenced by the selected project will also be loaded,
if available.
You cannot use this dialog box to load embedded VBA projects. Embedded
projects are loaded when you open the drawing containing the project, and
they are unloaded when you close the drawing.
2002 | Chapter 22 V Commands