Multipage userform or other method

Mavspeed

New Member
Joined
Jul 20, 2006
Messages
13
Hi all,

I would like to create a userform which will contain textboxes, comboboxes etc. It would be devided into few sections depending on first one.
First user should fill "section 1" and then choose what to do next from avalibe option buttons ie. 'new', 'change', 'password'.
When 'new' will be chosen new section will appear containing information needed for this action all others unchecked sections will be hidden??
How can I do that??

Regards,
Mav
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Good morning Mavspeed

You could do one of three things

Multiform
Extend userform
Wizard type interface

I would go for the second or third option. Extend userform involves the setting up of some controls beyond the end of the userform. Design a big userform, draw your controls and shrink it down so certain controls are missing. When the user clicks on a certain control use the width / height properties to extend the view of the userform.

The wizard type interface you could draw all your controls on to just one userform, but most of them remain hidden. When the user clicks on new password, all fields become hidden apart from “old”, “new” and “confirm new”. When the user clicks “OK” these fields are hidden and the original ones restored.

Which way you go depends entirely on how you want your app to look.

HTH

DominicB
 
Upvote 0
Thak you for quick answer.

I'll try those options and will see which will be the best.

Regards,
Mav
 
Upvote 0

Forum statistics

Threads
1,215,459
Messages
6,124,944
Members
449,198
Latest member
MhammadishaqKhan

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