Hello,
I've been struggling with what I thought would be a basic Macro, would appreciate some guidance if possible.
Our CRM spits out an excel sheet of hundreds of rows similar to the one below.
I need to create a Macro on a separate "template" sheet that can take all the data per row and create a new sheet with it all merge in the first row, and subsequent rows, delaminated with a comma.
I've been struggling with what I thought would be a basic Macro, would appreciate some guidance if possible.
Our CRM spits out an excel sheet of hundreds of rows similar to the one below.
Unique Item Number | Item | Item Description | Code | Quantity | Units | Value | Currency | Weight | Weight 2 | Country | Reference Type | Details | VAT |
12345 | GG666 | Test Item | 5555 | 1 | EA | 99.99 | GBP | 5 | KR |
I need to create a Macro on a separate "template" sheet that can take all the data per row and create a new sheet with it all merge in the first row, and subsequent rows, delaminated with a comma.
12345,Test Item ,GG666 ,1,EA,99.99,GBP,5,,KR,,,, |
I have tried recording a Macro but not getting very far. Any help would be appreciated Thanks