michelleW888
New Member
- Joined
- Nov 16, 2010
- Messages
- 3
Hoping someone can help with this complicated Macros. I need to Macro help - copy row, split data into multiple rows to create multiple entires for each row.
I need to create a new row that copies model, type and size data and splits color code and quantity into separate rows.
This is the data I currently have:
Model
A half C1,C2,C4,C6,C7 53-29 4,6,7,3,8
B circle C111,C146 54-26 10,5
C whole C1,C7 54-30 6,6
These rows would be replaced by the following rows:
Model Type Color Code Size Qty
A half C1 53-29 4
A half C2 53-29 6
A half C4 53-29 7
A half C6 53-29 3
A half C7 53-29 8
B circle C111 54-26 10
B circle C146 54-26 5
C whole C1 54-30 6
C whole C7 54-30 6
I need to create a new row that copies model, type and size data and splits color code and quantity into separate rows.
This is the data I currently have:
Model
Type Color Code Size QtyA half C1,C2,C4,C6,C7 53-29 4,6,7,3,8
B circle C111,C146 54-26 10,5
C whole C1,C7 54-30 6,6
These rows would be replaced by the following rows:
Model Type Color Code Size Qty
A half C1 53-29 4
A half C2 53-29 6
A half C4 53-29 7
A half C6 53-29 3
A half C7 53-29 8
B circle C111 54-26 10
B circle C146 54-26 5
C whole C1 54-30 6
C whole C7 54-30 6
Last edited: