View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Robert Bruce Robert Bruce is offline
external usenet poster
 
Posts: 16
Default Multi-Page Objects Activate Page

Yn newyddion:
,
Roedd Coby wedi ysgrifennu:

Does anyone know if there is a way to programmatically change back and
forth through different pages of a multi-page strip?

I have tried the following, none of which work:

Me.MultiPage_Seq.Pages.Item(3).Activate

Me.MultiPage_Seq.Pages.Item(3).Select

Me.MultiPage_Seq.Pages.Item(3).SetFocus


Thanks for any help you can lend me.

Coby.


Me.MultiPage_Seq.Value = 3

Rob