Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to get one userform to pop-up and another one to pop-up in
front of it in one action. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Userforms | Excel Discussion (Misc queries) | |||
I need some help with userforms | Charts and Charting in Excel | |||
I need some help with userforms | Excel Discussion (Misc queries) | |||
Userforms | Excel Programming | |||
userforms | Excel Programming |