Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Showing two forms

Is it posible to have 2 forms showing at the same time in excel?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Showing two forms

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Showing two forms

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to fix my spreadsheet from showing formula to showing answer SimplyQuick Excel Discussion (Misc queries) 4 October 7th 08 10:00 PM
Excel forms - authorise / deny forms Ian Manning Excel Programming 1 May 8th 06 05:03 PM
Showing Forms using a public variable Adamaths Excel Programming 4 February 15th 06 05:02 PM
Showing/ not showing "getting started" when excel starts Ask Excel Discussion (Misc queries) 1 July 20th 05 04:20 PM
Calling Forms from Forms - Exit problems Stuart[_5_] Excel Programming 3 May 25th 04 06:50 AM


All times are GMT +1. The time now is 02:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"