I have problem with this code;
If (e.KeyChar < Chr(48) Or e.KeyChar > Chr(57)) And (e.KeyChar <> Chr(8)) Then
e.Handle = True
End If
I need a code that trap non numeric key and allow backspace and period!
|
Results 1 to 2 of 2
Thread: KeypressThreaded View
|
Click Here to Expand Forum to Full Width |