I have a UserForm1 with a MultiPage1 containing Page1, Page2, Page3, Page4, Page5, Page6.
Pages 3 - 6 (inc) Enabled = False.
When UserForm1.OptionButton10.Value = True I need Page3 from the MultiPage Enabled = True.
What I cannot seem to do is reference the Page3.
I have got this far but cannot seem to reference Page3
If UserForm1.OptionButton10.Value = True Then UserForm1.MultiPage1.????
I guess in short, How do you reference a Page within a Multipage?
Regards, Matt
Pages 3 - 6 (inc) Enabled = False.
When UserForm1.OptionButton10.Value = True I need Page3 from the MultiPage Enabled = True.
What I cannot seem to do is reference the Page3.
I have got this far but cannot seem to reference Page3
If UserForm1.OptionButton10.Value = True Then UserForm1.MultiPage1.????
I guess in short, How do you reference a Page within a Multipage?
Regards, Matt