View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bforster1 bforster1 is offline
external usenet poster
 
Posts: 1
Default Initializing a Form with multiple forms embedded

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.


---
Message posted from http://www.ExcelForum.com/