Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to force a multipage object to default to a particular page (ie:
left tab). It seems to pick up wherever I left off. This is particularly annoying because one of the pages has a mulltipage embedded in it. I've tried setting the TABINDEX to 1 (on the first page), but that didn't do the trick. Thanks! -- Adios, Clay Harryman |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Clay
Set the Value property in the MultiPage Control, ie: Userform1.Multipage1.Value = 0 Where 0 corresponds to the first tab from the Multipage. HTH Cordially Pascal "Clayman" a écrit dans le message de news: ... I would like to force a multipage object to default to a particular page (ie: left tab). It seems to pick up wherever I left off. This is particularly annoying because one of the pages has a mulltipage embedded in it. I've tried setting the TABINDEX to 1 (on the first page), but that didn't do the trick. Thanks! -- Adios, Clay Harryman |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sanctuary much! That was the problem.
Now, why would they pick "Value" as the property, not "TabIndex"? Oh - and, of course, I did make the mistake of forgetting that computers start at "0" instead of "1"... Thanks! -- Adios, Clay Harryman "papou" wrote: Hi Clay Set the Value property in the MultiPage Control, ie: Userform1.Multipage1.Value = 0 Where 0 corresponds to the first tab from the Multipage. HTH Cordially Pascal "Clayman" a écrit dans le message de news: ... I would like to force a multipage object to default to a particular page (ie: left tab). It seems to pick up wherever I left off. This is particularly annoying because one of the pages has a mulltipage embedded in it. I've tried setting the TABINDEX to 1 (on the first page), but that didn't do the trick. Thanks! -- Adios, Clay Harryman |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
TabIndex is the order in which the controls are tabbed through. Tab key vice
tab on the multipage. -- Regards, Tom Ogilvy "Clayman" wrote: Sanctuary much! That was the problem. Now, why would they pick "Value" as the property, not "TabIndex"? Oh - and, of course, I did make the mistake of forgetting that computers start at "0" instead of "1"... Thanks! -- Adios, Clay Harryman "papou" wrote: Hi Clay Set the Value property in the MultiPage Control, ie: Userform1.Multipage1.Value = 0 Where 0 corresponds to the first tab from the Multipage. HTH Cordially Pascal "Clayman" a écrit dans le message de news: ... I would like to force a multipage object to default to a particular page (ie: left tab). It seems to pick up wherever I left off. This is particularly annoying because one of the pages has a mulltipage embedded in it. I've tried setting the TABINDEX to 1 (on the first page), but that didn't do the trick. Thanks! -- Adios, Clay Harryman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete Page of a MultiPage | Excel Programming | |||
can you set a default page in a Multipage userform? | Excel Programming | |||
How do I set the focus to a page in a multipage | Excel Programming | |||
Qn: Setting MultiPage page default??? | Excel Programming | |||
how to put a reference from a page of a multipage form to another page | Excel Programming |