Exiting a userform (vba) in outlook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello!

when I want to exit a form, what is the legal and best way to do it? (hide?
unload?)

thanks,
Yonina.
 
Am Wed, 30 Nov 2005 07:10:02 -0800 schrieb קובץ:

Yonina, both methods are legal. A hidden Form can be displayed again faster
as it doesn´t need to be loaded for the next call. Also, all values of the
controls, selected or entered by the user, will remain in a hidden form.

On the other hand an unloaded form loads again. By that way you can easily
start the controls with default values, process initialization code etc.
 
Back
Top