Memory leak

  • Thread starter Thread starter Charlie
  • Start date Start date
C

Charlie

Is there a way to tell if you code is 'leaking memory'? Once in awhile it has
trouble and has to close excel... :(
 
VBA is not usually subject to leaking memory. Just make sure that you set
objects to Nothing when you are through with them.
 
I think I discovered that the problem was my code running w/break and then
trying to close Excel...
 

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