Hi. First post. Quite new to programming in Excel. Some experience in VB6. So here goes:
This seems like come kind of odd memory problem but I'm not sure where to look.
I have a fairly large workbook where I've added a user form with a bunch of controls.
The first time I load the file the user form opens fine. But the second time I load it (with Excel still running) the user form will crash Excel starting with a Path\Access file error.
I currently have any startup code in the workbook and user from commented out.
I do a show statement with a command button (I eventually want to auto load it.) and then unload the user form in the Workbook_Deactivate event.
I tried this on two machines with Excel 2003 and the results are the same.
However -- on a third machine running 2007 it seems to work just fine....
Any thoughts? Is there something else I should be doing to release memory? (Or is this a bug in 2003?)
Thanks for your help!
Bob
Bookmarks