Thread
:
Check Format
View Single Post
#
2
Posted to microsoft.public.excel.programming
Susan
external usenet poster
Posts: 1,117
Check Format
you could use the Not IsNumeric concept..........
If Not IsNumeric(TempZIP) Then
MsgBox "Invalid Zip code, Please Try again "
End If
if this doesn't work exactly, try searching
the newsgroup for "Not IsNumeric" for help
with this.
susan
Reply With Quote
Susan
View Public Profile
Find all posts by Susan