R
Robert Mulroney
I have a workbook that is part of a complex information system using excel
as the front-end. The system has a menu that opens and closes different
reports generated in several different excel files. Different data sources
are used to generate reports in each file, mostly ADO connections.
One particular workbook generates an error when closing and redisplaying the
menu. The error is "Out of memory". The help button tells me this is error 7.
I'm reasonably sure that the error is not generated by the menu code as it
only occurs when closing this one file. As the help file suggested I’ve run
through the VBA code and eliminated as many public variables as possible but
the error still occurs.
What is this error and more importantly how do I suppress it?
I’ve spent some time adding exaggerated error checking to my VBA code but as
this isn’t a VBA error I don’t think it’s going to help.
- Rm
as the front-end. The system has a menu that opens and closes different
reports generated in several different excel files. Different data sources
are used to generate reports in each file, mostly ADO connections.
One particular workbook generates an error when closing and redisplaying the
menu. The error is "Out of memory". The help button tells me this is error 7.
I'm reasonably sure that the error is not generated by the menu code as it
only occurs when closing this one file. As the help file suggested I’ve run
through the VBA code and eliminated as many public variables as possible but
the error still occurs.
What is this error and more importantly how do I suppress it?
I’ve spent some time adding exaggerated error checking to my VBA code but as
this isn’t a VBA error I don’t think it’s going to help.
- Rm