VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Accept disregard non-numeric values in a text using 5 lines of codes.

by xz-Bit (3 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 26th September 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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.



If Not Isnumeric(Text1) Then
Sendkeys "{Backspace}", True
End If
End Sub

Download this snippet    Add to My Saved Code

Accept disregard non-numeric values in a text using 5 lines of codes. Comments

No comments have been posted about Accept disregard non-numeric values in a text using 5 lines of codes.. Why not be the first to post a comment about Accept disregard non-numeric values in a text using 5 lines of codes..

Post your comment

Subject:
Message:
0/1000 characters