Testing for Slow Routine

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
The code is too extensive to post as it is a full XLA with an extensive
userform. I could send you the xla itself.

EM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top