The code below allow the users to enter only numbers.
The code below allow the users to enter only numbers.
Rate The code below allow the users to enter only numbers.
(1(1 Vote))
Select Case Chr(KeyAscii)
Case "0" To "9"
Case vbBack
Case Else
KeyAscii = 0
MsgBox "Accepts Only Numbers !!!", vbExclamation, "Invalid"
End Select
End Sub
The code below allow the users to enter only numbers. Comments
No comments yet — be the first to post one!
Post a Comment