Quote:
|
Originally Posted by Booooze
The reason that code doesn't work is because it imports classes form the .Net framework. VBScripts don't utilize the .Net framework. As for a "*.exe solution", if you mean just close the program using code, try Me.Close() .
|
Ah, the comment about imports makes sense now that you say that.
As for the me.close, i now feel absolutly retarded.

Thank you for the reality check!

I've put that in so many close buttons and didn't even think about it. I can then build the entire procedure in the Load event. Then place the Me.Close() at the end and woopy, it's done. *shakes head in shame*
