Everyone, I'm currently trying to load and run a VBA with the below command in our acaddoc.lsp. When AutoCAD is launched and a new drawing "Drawing1" is opened the VBA is loaded and runs fine. Then when a drawing is opened the loading of the VBA hangs AutoCAD. The last line in the command window is "-vbarun" and nothing else happens. Here is what I have been able to figure out... When NOT loading the VBA and everything works fine, I launch AutoCAD and get the blank "Drawing1" drawing, then I open an existing drawing, AutoCAD closes the "Drawing1" (because nothing was done to it) and opens the desired drawing. When loading the VBA in the acaddoc.lsp, I launch AutoCAD and get the black "Drawing1" drawing, then I open an existing drawing, AutoCAD closes the "Drawing1" and opens the drawing desired and hangs. If I launch AutoCAD and manualy close the "Drawing1" drawing and then open an existing drawing it opens and runs the VBA. If anyone has any ideas please respond. Here is the command that loads and runs the VBA. And the VBA "Tester" only consists of one MsgBox line letting me know it was loaded and ran. (command "-vbarun" "Tester.dvb!Tester") Thanks,