Hi,
I have various routines that loop through approx 30,000 rows of a data in an Excel 2000 worksheet.
After a while of runtime the process begins to slow to a fraction of the speed it satarted at and i'm pretty sure this is a memory issue.
Is there a way that i can clear the VBA memory cache other than saving the file after each pass?
Would setting all the variables in the completed routine to 'Nothing' accomplish this?
Thanks in advance.
Leigh Moore
LJM Analysis Ltd
I have various routines that loop through approx 30,000 rows of a data in an Excel 2000 worksheet.
After a while of runtime the process begins to slow to a fraction of the speed it satarted at and i'm pretty sure this is a memory issue.
Is there a way that i can clear the VBA memory cache other than saving the file after each pass?
Would setting all the variables in the completed routine to 'Nothing' accomplish this?
Thanks in advance.
Leigh Moore
LJM Analysis Ltd