Know all KeyAscii(only 1 line of code)
Know all KeyAscii(only 1 line of code)
Rate Know all KeyAscii(only 1 line of code)
(1(1 Vote))
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii <> 0 Then: MsgBox "Number Nº : " & KeyAscii
End Sub
Know all KeyAscii(only 1 line of code) Comments
No comments yet — be the first to post one!
Post a Comment