Friends
I want to transpose the variable columns to single column in the next page like
Original
A1,A2,A3,A4
B1,B2,B3
C1,C2,C3,C4,C5
...
To next page 'Final' like
A1
A2
A3
A4
B1
B2
B3
C1
C2
C3
C4
C5
...
One by one
Normal transpose doesn't work for me.
Thx in advance