Hey guys,
Hope someone can help me with a VBA function I can not quite see how to solve. I have a long list of addresses, such as:
Myrdalsvegen 10, 12, 14, Myrdalshovden 22, 26A-F, Bergen
Moholt Allé 9, 11, 13, Fiolsvingen 3, 5, 7, Trondheim
...
I'm trying to create a macro that extracts the individual address like this:
Myrdalsvegen 10, Bergen
Myrdalsvegen 12, Bergen
Myrdalsvegen 14, Bergen
Myrdalshovden 22, Bergen
Myrdalshovden 26A-F, Bergen
...
I have tried using LEFT, RIGHT, FIND in a loop, but it wasn't very elegant and didn't get the job done. Does anyone have any nice solutions or ideas on how to solve this? Would really appreciate the help.
Thank you very much in advance.
Bookmarks