A VBA project must be loaded before it can be used in AutoCAD.
- On the ribbon, click Manage tab Applications panel (expanded) Load Project.
- In the Open VBA Project dialog box, select the project file to load.
The VBA Project dialog box will allow you to open only valid DVB files. If you attempt to open a different type of file, you will receive an error message.
- Click Open.
You can also load a project file using one of the following methods:
- On the ribbon, click Manage tab Applications panel (expanded) VBA Manager. In the VBA Manager, click Load to display the Open VBA Project dialog box.
- At the AutoCAD Command prompt, enter vbaload and press Enter. The Open VBA Project dialog box is displayed.
- Drag a DVB file from Windows Explorer or File Explorer, and drop it into an open drawing in the AutoCAD window.
- Use the vl-vbaload AutoLISP function.