I am trying to figure out how to write a macro to take the contents of cells which are across a few columns and move them all into one long column.
Example:
|column1| |column2| |column3|
|dog.......| |bird.......| |cat.........|
|car........| |truck.....| |bus........|
Into
|column4|
dog
bird
cat
car
truck
bus
It seems like it shouldn't be too hard, I am very new to Macros, so any help would be greatly appreciated.
Thanks,
Jen
Bookmarks