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

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
 
C

Charles Williams

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
 
Top