Linking two userforms

  • Thread starter Thread starter Fritzner
  • Start date Start date
F

Fritzner

I am trying to call up a second userform upon completion
of the first userform. I am not sure what command to use.
Thanks, Fritz
 
Hi:

Something like:

Unload UserForm1
UserForm2.Show

Regards,

Vasant.
 

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

Back
Top