Is there a way to move to a separate page within a multipage with a command button rather than clicking on the actual tab.
Thanks
Kelly
Printable View
Is there a way to move to a separate page within a multipage with a command button rather than clicking on the actual tab.
Thanks
Kelly
Try the following. (For SSTab)
For a TabStrip, use this:Code:SSTab1.Tab = 2
Code:TabStrip1.Tabs.Item(2).Selected = True