You can also use Isnumeric() to limit the entry to numeric only
VB Code:
If IsNumeric(Text1.Text) = False Then MsgBox "Type numeric value", , "Result" Text1.SetFocus Exit Sub End If
|
Results 1 to 10 of 10
Hybrid View
|
Click Here to Expand Forum to Full Width |