Hi,
(Env. Win2000, Off.2000-UK)
Can someone explain me the difference between the
“Unload” and the “Set myObj=Nothing”
According to the help the “Unload” statement:
“Removes an object from memory.
When an object is unloaded, it’s removed from memory and
all memory associated with the object is reclaimed. Until
it is placed in memory again using the Load statement, a
user can’t interact with an object, and the object can’t
be manipulated programmatically.”
I thought “Set myObj=Nothing” did the same ?
– is that correct ??
;o) henrik