I am using Access 2007 and VBA to process around 200 Excel reports.
The process is a follows
I do use a lot of global variables in my program. These global variables are replaced with the values for the corresponding excel file being processed
Any suggestions to reduce memory used by Excel.
Thanks in advance,
Mandeep
The process is a follows
- open excel file
- populate excel file via an Access 2007 query via vba
- close file
- repeat steps 1 to 3 for rest of the files
I do use a lot of global variables in my program. These global variables are replaced with the values for the corresponding excel file being processed
Any suggestions to reduce memory used by Excel.
Thanks in advance,
Mandeep