Thread
:
Isnumeric
View Single Post
#
1
Posted to microsoft.public.excel.programming
Richard
external usenet poster
Posts: 709
Isnumeric
What else am I leaving out, still won't reconize just numbers
If Not IsNumeric(TextBox1.Text) Then
MsgBox "Units Must Be Numeric.", vbExclamation, "Floater Holidays"
Exit Sub
End If
Reply With Quote
Richard
View Public Profile
Find all posts by Richard