Thread: Userforms
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default 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.