View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default activate a page of a Multipage in Userform

Hi,

I have a userform that is activated when the worksheet opens. In the
Userform there is a "multipage" Page1 and Page2.

I want to activate Page1, but could not figure out how to do this.

In the properties panel

Name = Page1
Index = 1


I tried

Userform.multipage1.activate


Thanks for your help