Hello,
I have a list of product codes, descriptions and locations.
I require a macro based on the highlighted list to create 4 columns with headers please.
Product Code, Decription, Loc, Count, then the data, then a space and then the header again, with data etc etc.
The data is grouped by the second number and letter. for example:
The above would become:
Is it possible for a macro to do this based on my highlighted list, as appose to me continuing to copy and based into a worksheet please?
Thank you so much if someone is smart and kind enough to help!
I have a list of product codes, descriptions and locations.
I require a macro based on the highlighted list to create 4 columns with headers please.
Product Code, Decription, Loc, Count, then the data, then a space and then the header again, with data etc etc.
The data is grouped by the second number and letter. for example:
QH180300WTHS | 180A AIR COOLED MIG TORCH 3MTR | 2B1A |
QH400400LX | 500A WTR COOLED MIG TORCH 4MTR | 2B1A |
ESF5041 | H/DUTY PROTECTO BLANKET 2 X 2MTR | 2B1A |
RW25-25 | T/P W/C 200A 3V | 2B1A |
EAD006 | FINE HIDE YELLOW TIG GLOVES | 2B1A |
QBD5210BE | EZG/GUNHCA 10X060 EURO | 2B1B |
QH250401WBLK | CONICAL NOZZLE 250A (PK 25) | 2B1B |
EW405CE | RED TWIST GRIP 400AMP | 2B1B |
ET2001 | C11 VICE GRIP CLAMP | 2B1B |
EW600TCE | YELLOW TWIST GRIP 600AMP | 2B1B |
ELC04305B | 4.0MM x 305MM GOUG CARBON [x100] | 2B1B |
The above would become:
Product Code | Description | LOC | COUNT |
QH180300WTHS | 180A AIR COOLED MIG TORCH 3MTR | 2B1A | |
QH400400LX | 500A WTR COOLED MIG TORCH 4MTR | 2B1A | |
ESF5041 | H/DUTY PROTECTO BLANKET 2 X 2MTR | 2B1A | |
RW25-25 | T/P W/C 200A 3V | 2B1A | |
EAD006 | FINE HIDE YELLOW TIG GLOVES | 2B1A | |
Product Code | Description | LOC | COUNT |
QBD5210BE | EZG/GUNHCA 10X060 EURO | 2B1B | |
QH250401WBLK | CONICAL NOZZLE 250A (PK 25) | 2B1B | |
EW405CE | RED TWIST GRIP 400AMP | 2B1B | |
ET2001 | C11 VICE GRIP CLAMP | 2B1B | |
EW600TCE | YELLOW TWIST GRIP 600AMP | 2B1B | |
ELC04305B | 4.0MM x 305MM GOUG CARBON [x100] | 2B1B | |
Is it possible for a macro to do this based on my highlighted list, as appose to me continuing to copy and based into a worksheet please?
Thank you so much if someone is smart and kind enough to help!