Previous post: http://www.mrexcel.com/board2/viewtopic.php?t=178752
Hi again, that code worked wonderous, but now I need it to work for more than one input. This is one of the examples of what my sheet looks like with more than 1000 entries:
The basic code to split the cells and insert into a new row was given from the post I made on top, but for the life of me I can't insert a for loop to make it do all the entries. And seeing that it just replaces the row that it splits, if it can be copy onto a new worksheet, it'll be wonderful. Thank you in advance.
Hi again, that code worked wonderous, but now I need it to work for more than one input. This is one of the examples of what my sheet looks like with more than 1000 entries:
ZSDE Splitted.xls | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | Customer | Name1 | Material | Billing Date | Quantity | Order Reason | Serial Numbers | ||
2 | 9145 | CARRAWAY METHODIST MED CTR | EC-3430L | 10/27/2005 | 2 | S26 | ( E110879, E110880 ) | ||
3 | 9145 | CARRAWAY METHODIST MED CTR | EC-3831L | 4/3/2005 | 1 | S26 | ( E01152, E110435, E110444, E11415 ) | ||
4 | 9145 | CARRAWAY METHODIST MED CTR | EC-3832L | 10/27/2005 | 9 | S26 | ( E110090, E110091, E110092, E110093, E110094, E110095, E110096, E110097, E110098 ) | ||
5 | 9145 | CARRAWAY METHODIST MED CTR | ED-3430T | 10/27/2005 | 2 | S26 | ( A110647, A110648 ) | ||
6 | 9145 | CARRAWAY METHODIST MED CTR | EG-2731 | 4/3/2005 | 1 | S26 | ( A11565, A11759, E111931, E11951, E11966 ) | ||
7 | 9145 | CARRAWAY METHODIST MED CTR | EG-2731 | 10/27/2005 | 4 | S26 | ( E131546, E131547, E131548, E131549 ) | ||
8 | 9145 | CARRAWAY METHODIST MED CTR | EG-2931 | 4/3/2005 | 1 | S26 | ( E01261, E110433, E110442, E110451, E11338, E11363 ) | ||
9 | 9145 | CARRAWAY METHODIST MED CTR | EG-2931 | 10/27/2005 | 6 | S26 | ( E131470, E131472, E131473, E131474, E131475, E131477 ) | ||
10 | 9145 | CARRAWAY METHODIST MED CTR | FC-38LV | 10/27/2005 | 1 | S26 | ( A110686 ) | ||
11 | 9145 | CARRAWAY METHODIST MED CTR | FG-29V | 10/27/2005 | 1 | S26 | ( A114597 ) | ||
9145 |
The basic code to split the cells and insert into a new row was given from the post I made on top, but for the life of me I can't insert a for loop to make it do all the entries. And seeing that it just replaces the row that it splits, if it can be copy onto a new worksheet, it'll be wonderful. Thank you in advance.