R
Robert Crandal
On userforms, I typically call "Unload Me" when a
user presses the "Cancel" or "Okay" pushbuttons on
the form. I have a new situation where I might
need to run some code immediately AFTER
the "Unload Me" line in a userform module.
Does anyone know if it's wise or reliable to
put source code AFTER a call to "Unload Me"??
I get the impression that the Unload will clear the
userform and all associated userform code out
of memory, but I'm not sure.
I'd appreciate any advice. Thank you!
Robert
user presses the "Cancel" or "Okay" pushbuttons on
the form. I have a new situation where I might
need to run some code immediately AFTER
the "Unload Me" line in a userform module.
Does anyone know if it's wise or reliable to
put source code AFTER a call to "Unload Me"??
I get the impression that the Unload will clear the
userform and all associated userform code out
of memory, but I'm not sure.
I'd appreciate any advice. Thank you!
Robert