View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
sali sali is offline
external usenet poster
 
Posts: 53
Default Managing objects in VBA ( specifically good practices with destruc

when object var goes out of the scope [fe after returning from the sub that
has created it] does it also mean that referenced object is properly removed
from memory [assuming that was the last refernece to that object]?


"Jim May" je napisao u poruci interesnoj
...
Check out the key word "Nothing", example: Set Object = Nothing

"Tom Med" wrote: