I'm trying to use the following to format a string of numbers and letters
It works ok if the string is all numbers like 1-123-123-12 but doesn't seem to work if there are letters in it like 1-123-123-AB
how can i fix this issue?
thanks
Code:
OutPutStr = Format$(InPutStr, "0-000-000-00")
how can i fix this issue?
thanks