Even easier:
Code:Private Sub Text1_KeyPress(KeyAscii As Integer) If IsNumeric(Chr(KeyAscii)) <> True Then KeyAscii = 0 End Sub
|
Results 1 to 6 of 6
Thread: begginnerThreaded View
|
Click Here to Expand Forum to Full Width |