UserForm Multipage Visibility Question

mrmmickle1

Well-known Member
Joined
May 11, 2012
Messages
2,461
I have a UserFrom named "usrfrmDE". On this UserForm I have a MultiPage Control. There are 3 Pages. Named "Page 1", "Page 2", "Page 3".

Is it possible to make Page 3 Visiblity = False (Not visible) on UserForm Initialize?
I also have Two Option Buttons on MultiPage "Page 2". If OptionButton1 = True I would like to make Page 3 visible. Is this possible?

I know I can make the whole MultiPage Not Visible like this:

Code:
Me.MultiPage1.Visible = False

How would I do it with a specific Page of my MultiPage1 Control?
 
Last edited:

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Edit


VBA Geek,

Thanks this works great! I appreciate the help.

I resolved the error I previously Posted. My Page was named "Page3" not "Page 3" which is what was giving the run time error 5
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,825
Members
449,190
Latest member
rscraig11

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