Accept disregard non-numeric values in a text using 5 lines of codes.
Accept disregard non-numeric values in a text using 5 lines of codes.
Rate Accept disregard non-numeric values in a text using 5 lines of codes.
(2(2 Vote))
If Not Isnumeric(Text1) Then
Sendkeys "{Backspace}", True
End If
End Sub
Accept disregard non-numeric values in a text using 5 lines of codes. Comments
No comments yet — be the first to post one!
Post a Comment