Use the textbox Validate event.
VB Code:
Private Sub txtTextBox_Validate(Cancel As Boolean) If Not IsNumeric(txtTextBox.Text) Then Cancel = True End If End Sub
|
Results 1 to 8 of 8
Thread: Just quickly...Threaded View
|
Click Here to Expand Forum to Full Width |