Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it posible to have 2 forms showing at the same time in excel?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, if the first form that will be shown is a modeless form, so
Load Userform1 Userform1.Show 0 Load Userform2 Userform2.Show Second can be modeless or modal. RBS "Jim T." wrote in message ... Is it posible to have 2 forms showing at the same time in excel? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you
"RB Smissaert" wrote: Yes, if the first form that will be shown is a modeless form, so Load Userform1 Userform1.Show 0 Load Userform2 Userform2.Show Second can be modeless or modal. RBS "Jim T." wrote in message ... Is it posible to have 2 forms showing at the same time in excel? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to fix my spreadsheet from showing formula to showing answer | Excel Discussion (Misc queries) | |||
Excel forms - authorise / deny forms | Excel Programming | |||
Showing Forms using a public variable | Excel Programming | |||
Showing/ not showing "getting started" when excel starts | Excel Discussion (Misc queries) | |||
Calling Forms from Forms - Exit problems | Excel Programming |