Hi,
I need a macro that allows me to select a matrix of cells and convert it into a single column. My matrix is like so:
1a 1b 1c 1d 1e 1f
2a 2b
3a 3b 3c 3d
I want to change this into a single column like this:
1a
1b
1c
1d
1e
1f
2a
2b
3a
3b
3c
3d
and paste it in a selected location. Thanks so much.
Bookmarks