Good afternoon. I am trying to write a macro that will take grouped data in columns A&B, C&D, E&F, G&H, ... and paste it one under the other in a new workbook. The data consists of Product Number and Inventory. An example of the data:
Product Inventory Product Inventory Product Inventory
A12314 112 A5588 11 B5587 10
B1158 0 C55478 100 D5587 5
I want to transpose the data onto a new workbook so I see:
Product Inventory
A12314 112
B1158 0
A5588 11
C55478 100
B5587 10
D5587 5
Current vba copies data to new worksheet, but stacks Col A,B,C,D,E,F... in same column.
I appreciate any and all help.![]()
Please Login or Register to view this content.
Regards,
Marc
Bookmarks