Törölt nick Creative Commons License 2012.03.23 0 0 17542

Sub SelectTabIndex(WhichOne As Long)
    Dim c As Control
    For Each c In UserForm1.Controls
        If c.TabIndex = WhichOne Then
            c.SetFocus
            Exit For
        End If
    Next
End Sub

Előzmény: Kipat Barzel 1 (17535)