Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 144
Default More than one User Forms

I would like a main screen that would call other forms when clicking on
different buttons on the main screen (splash screen). Is it best to create
the main screen in
Excel worksheet with the form tools or in VB UserForm? How do I call other
forms using the buttons on the main screen? Thank you in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default More than one User Forms

hi
I create my forms in the vb editor. i am not sure which is best. but to call
a form from a button, in the button code put......
Sub showforms()
Load userform1
userform1.Show 0
End Sub

if you have other forms, they will be numbered. just put the appropriate
form name.

Regards
FSt1

"TotallyConfused" wrote:

I would like a main screen that would call other forms when clicking on
different buttons on the main screen (splash screen). Is it best to create
the main screen in
Excel worksheet with the form tools or in VB UserForm? How do I call other
forms using the buttons on the main screen? Thank you in advance.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 144
Default More than one User Forms

I used this code and it does work. I want to be able to click on button
(commandbutton1) and it will show next form. what am I missing?
"FSt1" wrote:

hi
I create my forms in the vb editor. i am not sure which is best. but to call
a form from a button, in the button code put......
Sub showforms()
Load userform1
userform1.Show 0
End Sub

if you have other forms, they will be numbered. just put the appropriate
form name.

Regards
FSt1

"TotallyConfused" wrote:

I would like a main screen that would call other forms when clicking on
different buttons on the main screen (splash screen). Is it best to create
the main screen in
Excel worksheet with the form tools or in VB UserForm? How do I call other
forms using the buttons on the main screen? Thank you in advance.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 144
Default More than one User Forms

Please disregard previous post. I got it to work. Thank you very much.

"TotallyConfused" wrote:

I used this code and it does work. I want to be able to click on button
(commandbutton1) and it will show next form. what am I missing?
"FSt1" wrote:

hi
I create my forms in the vb editor. i am not sure which is best. but to call
a form from a button, in the button code put......
Sub showforms()
Load userform1
userform1.Show 0
End Sub

if you have other forms, they will be numbered. just put the appropriate
form name.

Regards
FSt1

"TotallyConfused" wrote:

I would like a main screen that would call other forms when clicking on
different buttons on the main screen (splash screen). Is it best to create
the main screen in
Excel worksheet with the form tools or in VB UserForm? How do I call other
forms using the buttons on the main screen? Thank you in advance.

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
New to User Forms Stacy New Users to Excel 2 July 30th 08 04:26 PM
User Forms Donna C Excel Programming 2 December 19th 06 09:42 AM
VBA User Forms CJ-22[_2_] Excel Programming 3 March 6th 06 07:45 PM
User Forms - Max Me Dave Peterson[_3_] Excel Programming 0 June 26th 04 04:22 AM
User forms eklarsen[_4_] Excel Programming 2 May 6th 04 06:09 PM


All times are GMT +1. The time now is 07:52 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"