- Home
·
- String Manipulation
·
- Numeric only textbox in one line of code in which backspace and delete key works. Textbox will acce
Numeric only textbox in one line of code in which backspace and delete key works. Textbox will acce
Numeric only textbox in one line of code in which backspace and delete key works. Textbox will accept only numbers.
API Declarations
'numeric textbox only in one line of code with backspace key works!
Rate Numeric only textbox in one line of code in which backspace and delete key works. Textbox will acce
(1(1 Vote))
If Not KeyAscii = vbKeyBack And Not IsNumeric(Chr(KeyAscii)) Then _
KeyAscii = 0
End Sub
Numeric only textbox in one line of code in which backspace and delete key works. Textbox will acce Comments
No comments yet — be the first to post one!
Post a Comment