link one form to another in the same worksheet

jaffy

New Member
Joined
May 14, 2009
Messages
2
Hi, i have five forms created from an excel (2003) worksheet - i need to be able to move from one form the the next and dump the data into the worksheet as i go.........the data is all one record on the worksheet - so many questions i had to use five data entry forms to get them all! VB 6.3 used - can anyone give me some clues/help? Thanks, Jaffy:p
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
umm...have you considered using a multipage control in just one userform? you should look into it.
 
Upvote 0
Multipage form sounds perfect.

A less optimale solution, depending on how it all works, is to show/hide the forms as you go. When you hide the form, control returns to the procedure that activated it in the first place. You then might show the next form, and so on.

If the forms are "modeless" rather than "modal" you can leave them "open" and switch around among them. I've never tried this myself so I can't speak for the behaviors to expect.

Alex
 
Upvote 0
thanks to Alexander Barnes & Crimson B1lade - i don't know what "modal" and "modeless" mean - I have worked out how to complete one form, dump the data - i just need now to get to the next form (automatically).

Crimson_B1lade - i will investigate the "multipage control" - this sounds like the answer. I only used five forms because I couldn't fit the questions onto one.......

Thanks Heaps - i am off the learn some more! Jaffy:eek:
 
Upvote 0

Forum statistics

Threads
1,215,701
Messages
6,126,289
Members
449,308
Latest member
VerifiedBleachersAttendee

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top