- Home
·
- Miscellaneous
·
- Accepts only numbers with two decimal places. detects if keypress is not a numeric value and automa
Accepts only numbers with two decimal places. detects if keypress is not a numeric value and automa
Accepts only numbers with two decimal places. detects if keypress is not a numeric value and automatically sends the key "BackSpace"
Rate Accepts only numbers with two decimal places. detects if keypress is not a numeric value and automa
(2(2 Vote))
Private Sub Text1_Change()
if not isnumeric(text1.text) then
Sendkeys"{BackSpace}"
End if
End Sub
Accepts only numbers with two decimal places. detects if keypress is not a numeric value and automa Comments
No comments yet — be the first to post one!
Post a Comment