A Null check in the function would be pointless. That function will never accept Null for sPhone because you declared it as String. And Null is not a String value. It would give you run-time error 94, Invalid use of NullOriginally Posted by orange
[VBA]Function ValidatePhone(sPhone As String) As String[/VBA]




Reply With Quote