Hi
First time post-er, excel newbie.
I used Ron Bruin's VBA module to merge 732 workbooks into one worksheet. That worked great but each record (from each workbook) is spread over 38 rows. The data is all in the same columns (D, H, J and L), just spread out over 38 rows!
What I need is a code that will:
1) copy D1:D38 from worksheet1 and transpose paste to A1:AL1 in worksheet 2 then:
H1:H38 – transpose to AM1:BX1
J1:J38 – transpose to BY1:DJ1
L1:L38 – transpose to DK1:EV1
2) delete the first 38 rows and then repeat the paste transpose into row 2
I need all 732 records to be in just 732 rows. Then I'll just manually delete the empty columns.
Can anyone help!?
First time post-er, excel newbie.
I used Ron Bruin's VBA module to merge 732 workbooks into one worksheet. That worked great but each record (from each workbook) is spread over 38 rows. The data is all in the same columns (D, H, J and L), just spread out over 38 rows!
What I need is a code that will:
1) copy D1:D38 from worksheet1 and transpose paste to A1:AL1 in worksheet 2 then:
H1:H38 – transpose to AM1:BX1
J1:J38 – transpose to BY1:DJ1
L1:L38 – transpose to DK1:EV1
2) delete the first 38 rows and then repeat the paste transpose into row 2
I need all 732 records to be in just 732 rows. Then I'll just manually delete the empty columns.
Can anyone help!?