Check if input is a number (sometimes you need to read a user name, so this will make sure he/she d
Check if input is a number (sometimes you need to read a user name, so this will make sure he/she does not type a numeric value) and show an
Rate Check if input is a number (sometimes you need to read a user name, so this will make sure he/she d
(2(2 Vote))
if ( (KeyAscii > 48) And (KeyAscii < 57 ) then
MsgBox "Error, numeric values not allowed"
end if
End Sub
Check if input is a number (sometimes you need to read a user name, so this will make sure he/she d Comments
No comments yet — be the first to post one!
Post a Comment