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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Timer in outlook 1
Can't open VBA editor 1
Show current email 3
SQL in outlook userform 1
My program runs very slow 6
Multiline in a textbox in outlook 4
Program runs slowly 1
Getting the email address 7

Back
Top