Hi All,
In UserForm1 I would like a button leading to Userform2 into a specific Page (of MultiPage1) that is not necessarily the starting page (of Userform2).
I tried:
Private Sub CommandButton1_Click()
Unload Me 'close Userform1
UserForm2.MultiPage1 = 1 'select the 2nd sheet of MultiPage1 (which is already open)
End Sub
but it doesn't work.
any help, please?
thank you very much.
regards
Patrick
In UserForm1 I would like a button leading to Userform2 into a specific Page (of MultiPage1) that is not necessarily the starting page (of Userform2).
I tried:
Private Sub CommandButton1_Click()
Unload Me 'close Userform1
UserForm2.MultiPage1 = 1 'select the 2nd sheet of MultiPage1 (which is already open)
End Sub
but it doesn't work.
any help, please?
thank you very much.
regards
Patrick