ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Userforms (https://www.excelbanter.com/excel-programming/351493-userforms.html)

Jason Zischke

Userforms
 
Is there a way to get one userform to pop-up and another one to pop-up in
front of it in one action.

Bob Phillips[_6_]

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.





All times are GMT +1. The time now is 06:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com