I'm trying to make a command line method to load a vb script I just created but I'm missing something really basic it seems. What I have so far is this: (vl-vbaload "Setup.dvb") (defun c:setup () (vl-vbarun "Setup") ) I have the path to this file in the support paths, I can see the dvb file is getting loaded, but the form I want to appear is not showing up. The dvb project name has been renamed to "Setup" to match the file name. I guess maybe I'm just missing the data that will load UserForm1? Any help is appreciated, thanks! kemp