View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Code after the "Unload Me" call?

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