macro to stack/transpose select rows (cpm)

S

sandy_eggo

Given an xls with 2000 rows and data formatted A5:L5 (1R x 12C) as
follows:

<PRE>
AAA BBB CCC DDD EEE FFF GGG HHH III JJJ KKK LLL
</pre>

How would I stack the data so that each row becomes formatted as
follows (each remaining "pair" stacks beneath CCC DDD)

<PRE>
AAA BBB CCC DDD
EEE FFF
GGG HHH
III JJJ
KKK LLL
</pre>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top