Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Userforms: I want one form to lead to another, using a next button

I am trying to create two userforms to populate the same worksheet.

The first one asks for contact details, and then when that is
completed, I want the user to click a next button that opens a new form
asking for company details.

Is there an Unload/load me code that I should use to close the current
form and open the next.

The tricky part is that I want the next form to continue adding data
along the same row. (picking up where the previous form left off...)

Regards

J

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 772
Default Userforms: I want one form to lead to another, using a next button

depending on what you need, show and hide will work if you need to switch
back and forth, other than that Unload Userform1
--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.


"rowlo-efc" wrote:

I am trying to create two userforms to populate the same worksheet.

The first one asks for contact details, and then when that is
completed, I want the user to click a next button that opens a new form
asking for company details.

Is there an Unload/load me code that I should use to close the current
form and open the next.

The tricky part is that I want the next form to continue adding data
along the same row. (picking up where the previous form left off...)

Regards

J


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Userforms: I want one form to lead to another, using a next button

i like using a multipage form instead of using different userforms.
it keeps all the info available & you only have one userform to have to
work with.
you can hide the different tabs that you don't need initially & then
make them visible & set them in focus when needed.
susan



John Bundy (remove) wrote:
depending on what you need, show and hide will work if you need to switch
back and forth, other than that Unload Userform1
--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.


"rowlo-efc" wrote:

I am trying to create two userforms to populate the same worksheet.

The first one asks for contact details, and then when that is
completed, I want the user to click a next button that opens a new form
asking for company details.

Is there an Unload/load me code that I should use to close the current
form and open the next.

The tricky part is that I want the next form to continue adding data
along the same row. (picking up where the previous form left off...)

Regards

J



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
Customizing userforms on button clicks [email protected] Excel Programming 6 October 30th 06 08:48 AM
X button on userforms Greg[_20_] Excel Programming 8 April 1st 05 01:56 PM
X button at top right of userforms Todd Huttenstine Excel Programming 2 May 21st 04 02:57 PM
Radio Button Selection in UserForms Big Chris[_32_] Excel Programming 3 February 5th 04 12:26 PM
Form Button with 3 Userforms Help [email protected] Excel Programming 3 November 21st 03 06:00 PM


All times are GMT +1. The time now is 09:11 AM.

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"