Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I imagine this is a question about housekeeping more than anything else,
but... A friend told me that in VB and some other languages that when a macro or script ends, that it doesn't release the memory held by object variables, and that one has to "clean up the garbage" before closing the program. Is Excel no exception? If I use a large amount of object variables in my application, should I reset them before closing? If anyone can decipher what I'm saying and say it better, by all means please do. lol -gk- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Set <object = Nothing"
-- Regards; Rob ------------------------------------------------------------------------ "TBA" wrote in message ... I imagine this is a question about housekeeping more than anything else, but... A friend told me that in VB and some other languages that when a macro or script ends, that it doesn't release the memory held by object variables, and that one has to "clean up the garbage" before closing the program. Is Excel no exception? If I use a large amount of object variables in my application, should I reset them before closing? If anyone can decipher what I'm saying and say it better, by all means please do. lol -gk- |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
TBA,
There's a lot of good information and links here regarding memory in Excel: http://www.decisionmodels.com/memlimits.htm John "TBA" wrote in message ... I imagine this is a question about housekeeping more than anything else, but... A friend told me that in VB and some other languages that when a macro or script ends, that it doesn't release the memory held by object variables, and that one has to "clean up the garbage" before closing the program. Is Excel no exception? If I use a large amount of object variables in my application, should I reset them before closing? If anyone can decipher what I'm saying and say it better, by all means please do. lol -gk- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL 2007 - Out of Memory - memory leak/bug? | Excel Discussion (Misc queries) | |||
Not Enough Memory | Excel Discussion (Misc queries) | |||
Releasing arrays? | Excel Discussion (Misc queries) | |||
Out of memory | Excel Discussion (Misc queries) | |||
The instruction at "0x65255ac9" referenced memory at "0x00000008". The memory could not be read. Clikc OK to terminate etc | Excel Programming |