View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Testing for Slow Routine

Post your code

--
Kind regards,

Niek Otten

"ExcelMonkey" wrote in message
...
I have a routine which is really slow. Gets slower as it runs. I am
trying
to pin down the cause of it. I have a status bar which illustrates how it
slows down. Note the status bar itself can be part of the issue. Are
there
any tests I can perform within the code to test for memory usage? I am
simply looping through sheet and cells and extracting data and printing to
a
summary sheet(Using Set statement to create location for each paste). I
am
looking for a way to prove to myself that something is eating up memory.

Thanks.