vb Code:
If TextBox1.Text <> String.Empty Then If Not IsNumeric(TextBox1.Text) Then MsgBox("Numbers Only") End If Else MsgBox("INPUT SOMETHING") End IF
|
Results 1 to 36 of 36
Thread: [RESOLVED] ProjectHybrid View
|
Click Here to Expand Forum to Full Width |