Private Sub Form_Load()
SSTab1.Tab = 1 ' you set the current tab
SSTab1.Font.Size = 22 ' you set the font size (it affects
'ALL tabs, not just the current one)
End Sub
Private Sub Form_Load()
SSTab1.Tab = 1 ' set the current tab
SSTab1.Font.Size = 10 ' set the font size (for ALL tabs, not just for the current one !!!)
End Sub
Thanks. Because I already had a cycle where I have different labels for every tab (data coming from a database). Anyway, I tried with tab as well but it gives me an error, it works with .tabindex instead.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.