DOH!!!! I'm a BONEHEAD
please don't waste your time with this thread. bonehead
mistake. SORRY!!!!
-----Original Message-----
Function TrimZip(OrigVal)
If InStr(OrigVal, "-") Then
OrigVal = Left(OrigVal, (Len(OrigVal) - InStr
(OrigVal, "-")))
End If
End Function
when i use it in my worksheet, i get 0 (zero) instead of
a
trimmed zip code.
supposed to work like this.....if it finds something like:
33534-0098, it will trim it down to 33534.
any ideas? thanks in advance!!!
.
|