View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default Cleaning up variables, memory

Ignore it, VBA has garbage collection that does that.


--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"RominallL" wrote in message
...
I'm all self-taught so I had someone look over some of my code and he said
it
was okay for the purpose intended but that I might want to consider
looking
into releasing memory after code execution. ????? I didn't get the
chance
to ask him more and I didn't want to look like a complete idiot which
happens
all too frequently anyway.

What was he talking about and where can I get more information about it?