Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On a tabstrip, you'd use:
Me.TabStrip1.Value = 2 (0 is the first, 1 the second, ...) On a multipage control, you'd use: Me.MultiPage1.Value = 2 (0 is the first, 1 the second, ...) Dale Fye wrote: How do I make a particular tab on a forms tab control the one that is visible? I've tried me.myTab = 0 me.mytab.page(0).setfocus -- Email address is not valid. Please reply to newsgroup only. -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Difference between a Forms Control verus Active-X Control | Excel Discussion (Misc queries) | |||
Forms Control | Excel Discussion (Misc queries) | |||
XL2003: control button not visible | Excel Programming | |||
Programmatically determine if a control is .VISIBLE or not. | Excel Programming | |||
Spin32.ocx control tab not visible | Excel Programming |