Excel VBA: need a command to free the memory allocated to Excel

  • Thread starter Thread starter holysoul
  • Start date Start date
H

holysoul

Hi,

I would like to know if their is any command in VBA which can fre
memory used by excel?

reply if any questions!

Holysou
 
you can free memory used by VBA references to Excel objects by setting them
to nothing, but you cannot free memory used by excel itself except by
deleting things such as worksheets.

Charles
______________________
Decision Models
FastExcel Version 2 now available.
www.DecisionModels.com/FxlV2WhatsNew.htm
 

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