I have a list of numbers in static columns (let's stay columns D and E have the home and business phone numbers) that need to have all dashes, spaces and parentheses removed.
Raw: (213) 345-4567
Desired: 2133454567
I know I can do this via formulas and such but I would prefer to do this via VBA. Any assistance with a macro?
Raw: (213) 345-4567
Desired: 2133454567
I know I can do this via formulas and such but I would prefer to do this via VBA. Any assistance with a macro?