Stop VBE Window Showing
I'm working towards creating forms by code (Chapter 14 of Excel 2003 VBA) that vary depending on different variables (eg put more or less check boxes on the form).
To start with I thought i would just write a basic non-variable form. No problems with that except that when run from Excel (not the VBE) with the VBE window closed, the code opens up the VBE window to insert the form's code module and leaves it open.
I have tried API locking the window amongst other things with no luck.
Any help would be appreciated.
Cheers,
Andrew
|