Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Apr 9, 3:17*pm, "Robert Bruce" wrote:
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 Awesome! That works so perfect. I thought I was at the end of the road and was about to abandon that object and try something else. You saved the day for me. Thanks, Rob. Coby. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I e-mail 1 page of a multi page workbook | Excel Discussion (Misc queries) | |||
activate a page of a Multipage in Userform | Excel Discussion (Misc queries) | |||
Get header only on first page of multi page excel file | Excel Discussion (Misc queries) | |||
Activate a web page | Excel Programming | |||
Hide a page in a multi page userform | Excel Programming |