AfraLISP - Learn AutoLISP for AutoCAD productivity

VBA Tips'n'Tricks

Below are listed the most recent VBA tips'n'tricks.

Command Line VBA

Did you know that you can run VBA statements from the command line?

Try this :

From AutoCAD's Command line

VBASTMT <enter>
ThisDrawing.PurgeAll <enter>