Dim ctl As Control
For Each ctl In Me.Controls
If ctl.Container Is Me.SSTab Then
If ctl.Container.Tab = 1 Then
Debug.Print TypeName(ctl), ctl.Name
End If
End If
Next ctl
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.