What I want to do is start from the right, find the 1st space and replace it with a comma in VBA.
The data looks like:
Anyones AUTO,INC.,DON,659 SOUTH HIGH ST,CORTLAND, SD 44410,333-633-3333
What I need it to do is put a comma after the state so I can parse it.
Thanks for any help!
The data looks like:
Anyones AUTO,INC.,DON,659 SOUTH HIGH ST,CORTLAND, SD 44410,333-633-3333
What I need it to do is put a comma after the state so I can parse it.
Thanks for any help!