View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati[_2_] Vasant Nanavati[_2_] is offline
external usenet poster
 
Posts: 45
Default Linking two userforms

Hi:

Something like:

Unload UserForm1
UserForm2.Show

Regards,

Vasant.

"Fritzner" wrote in message
...
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