Multipage Object on User Form
Cheers, Paul
Try:
Me.MultiPage1.Value = 0 or Userform1.Multipage1.Value = 5
Page index starts at zero
Alex J
"Paul Cheers" wrote in message
...
Hi,
Is it possible and what is the code to select a tab on a
multipage object on a userform? I have 6 different tabs
and want the ability to select different ones.
Not sure if it is possible, I have tried everything!!
Paul
|