On a user form with a multipage form. What is the code to disable one of the tabs?
I tried this:
That didn't work.Code:UserForm1.MultiPage1.Enabled=False
Then I tried this:
That didn't work either.Code:UserForm1.MultiPage1(pgePIO).Enabled=False
What am I doing wrong here?


Reply With Quote