How do I write a macro that copies columns into a list and inserts some words in between? Like follows:
John Doe 1256 856 Jane Doe 5462 564 Tom...
becomes
John Doe word word word word 1256 word word 856 Jane Doe word word word word word 5462 word word 564 Tom.....
The word is constant in that it is between the data a fix number of times (4 and 2 in this example). There are about 300 columns that I need to rip the data from into a list.