Userforms
Sure, just launch the second from the first's activate event
Private Sub UserForm_Activate()
UserForm2.Show
End Sub
You won't even see it happen.
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Jason Zischke" wrote in message
...
Is there a way to get one userform to pop-up and another one to pop-up in
front of it in one action.
|