Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
Currently I have a report being generated by a series of for each statements. This in total requests approximately 15,000 range validations. On top of this there are checks and validations from collection objects for the item to be included in the report. The issues is: On the first pass of running the report, it completes in approximately 3 Seconds. After that, it takes over 30. I'm wondering if any variables are loaded into memory that are slowing the process down. An intial selection is made from a calendar form (not MSCAL.ocx). Which has not been unloaded at this stage. Is it possible to clear the memory (as if you had closed & re-opened excel) at the completion of the report? Compile is Option Explicit, so there are no un-declared variables. XL XP Ideas, anyone? Thanks in advance. Paul Mac. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Slows after about 1,000 records? | Excel Discussion (Misc queries) | |||
Filtering slows down a macro | Excel Worksheet Functions | |||
Excel slows down for no(?) reason... | Excel Discussion (Misc queries) | |||
ifsum slows down calculations | Excel Worksheet Functions | |||
VBA code slows to a snails crawl when screen saver activated | Excel Programming |