davidmreid
Programmer
Could you please tell me how to programmatically change the current tab on a tabstrip control?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim tsTest As CustomControl
Set tsTest = Me.Controls("ActiveXCtl0")
tsTest.Tabs(2).Selected = True
Dim tsTest As CustomControl
Set tsTest = Me.Controls("ActiveXCtl0")
tsTest.SelectedItem = "[i]TextOnTab[/i]"