outlawdevil
Board Regular
- Joined
- Jun 30, 2009
- Messages
- 238
Hi,
I need help on VBA code to stack a range of multiple columns into 2 columns. So far, I have only found vba to stack multiple columns into 1 column. please bear in mind that there are empty row with empty data as well and I want those to stack as well. I am only using 2 row x 2 column as example here but the range is over 100 rows+ and 84 columns. Thanks in advance!
Data looks like this
User apple User orange
User peach User Kiwi
I want it to look like
User apple
User peach
User orange
User Kiwi
I need help on VBA code to stack a range of multiple columns into 2 columns. So far, I have only found vba to stack multiple columns into 1 column. please bear in mind that there are empty row with empty data as well and I want those to stack as well. I am only using 2 row x 2 column as example here but the range is over 100 rows+ and 84 columns. Thanks in advance!
Data looks like this
User apple User orange
User peach User Kiwi
I want it to look like
User apple
User peach
User orange
User Kiwi