B
bforster1
I am having trouble initializing forms embedded in a single userform.
Specifically, UserForm12 has a MultiPage Form embedded in it. The code
to execute initialization is
Private Sub UserForm12_Initialize()
Do I need to have a seperate execution for each page in the embedded
MultiPage form.
This is what I tried but it did not work
Private Sub UserForm12.MultiPage1.Page1_Initialize()
Any suggestions??
Thanks.
Specifically, UserForm12 has a MultiPage Form embedded in it. The code
to execute initialization is
Private Sub UserForm12_Initialize()
Do I need to have a seperate execution for each page in the embedded
MultiPage form.
This is what I tried but it did not work
Private Sub UserForm12.MultiPage1.Page1_Initialize()
Any suggestions??
Thanks.