I need to take columns and create a list with some extra words in them, basically I want to do this:
John Doe 65454 46465
Jane Doe 65465 12358
Tom....
to become:
John Doe
word
word
word
65454
word
word
46465
Jane Doe
word
word
word
65465
word
word
12358
Tom...
I have used copy and paste to try and create the list, but the macro uses the range number (A1), so if I try a loop it just does the same. Any help would be appreciated.
John Doe 65454 46465
Jane Doe 65465 12358
Tom....
to become:
John Doe
word
word
word
65454
word
word
46465
Jane Doe
word
word
word
65465
word
word
12358
Tom...
I have used copy and paste to try and create the list, but the macro uses the range number (A1), so if I try a loop it just does the same. Any help would be appreciated.