E
Elliot
The program loops through a dataset and creates several spreadsheets
based on a change in a particular column. With each new spreadsheet I
launch a new instance of excel. After about 100 spreadsheets, a "not
enough memory to start Excel" displays. When I checked the Task
Manager I had plenty of memory available--I was only using 10% of the
memory available.
I am setting my objects to nothing and tried using GC.Collect() but it
did not fix the problem.
Thank you for any help.
based on a change in a particular column. With each new spreadsheet I
launch a new instance of excel. After about 100 spreadsheets, a "not
enough memory to start Excel" displays. When I checked the Task
Manager I had plenty of memory available--I was only using 10% of the
memory available.
I am setting my objects to nothing and tried using GC.Collect() but it
did not fix the problem.
Thank you for any help.