Isnumeric
recognises numbers here. What are you inputting?
--
HTH
Bob Phillips
(remove nothere from the email address if mailing direct)
"Richard" wrote in message
...
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
|