Posts by user145296 • 1 point
1 post
-
-2
votes1
answer40
viewsQ: How to modify this programming to accept letters and numbers?
Private Sub TNumero_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger) If (KeyAscii < 44 Or KeyAscii > 57) Then If KeyAscii <> 8 Then If KeyAscii <> 13 Then KeyAscii = 0 MsgBox "É…