Szukaj na tym blogu

UserForm TextBox automatyczne umieszczenie kursora w textboxie / UserForm automatically put text cursor in text box


We właściwościach TextBox zmienic wartośc TabIndex na 0


Change TabIndex value to 0 in properties of Your TextBox


Sometimes Is posible to use this:

Private Sub UserForm_Initialize()
    TextBox1.SetFocus
End Sub

Brak komentarzy:

Prześlij komentarz