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...