EnterTab




Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
SendKeys "{TAB}" KeyAscii = 0
End If
End Sub










( entertab.html )- by Paolo Puglisi - Modifica del 17/12/2023