Loads a VBA project
Arguments
(vl-vbaload filename)
A string naming the VBA project file to be loaded.
Return Values
Unspecified, if successful.
Examples
_$ (vl-vbaload "c:/program files/<AutoCAD installation directory>/sample/vba/drawline.dvb")
"c:\\program files\\<AutoCAD installation directory>\\sample\\vba\\drawline.dvb"
vl-vbarun function.
The