I'm looking for VBA code that will add dashes between the 9th and 10th digits and between the 7th and 8th digits of a 10 digit number.
For example: 1234567003 would convert to 1234567-00-3
I need to code to include all numbers in Column B. One twist is that some of the numbers are already formatted with the dashes so, I would need to ignore those.
Thank you,
Johnny J.
For example: 1234567003 would convert to 1234567-00-3
I need to code to include all numbers in Column B. One twist is that some of the numbers are already formatted with the dashes so, I would need to ignore those.
Thank you,
Johnny J.