View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Coby Coby is offline
external usenet poster
 
Posts: 19
Default Multi-Page Objects Activate Page

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.