EnterTab
Private Sub Form_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then SendKeys "{TAB}" KeyAscii = 0 End If End Sub
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 25/3/2019