Insert and propagate Rows - based on a format rule
Thank you very much for your post Joel
just a small problem in running this sub.......
get a runtime error 9 subscript out of range............breaks at code line
below
Cells(NewRow, Index + 1) = DataArray(Index)
and the data on sheet1 looks like this at that point
Batch Ref Test Name Test 1 Test 2 Test 3 Test 4
0001-01 GB 7.05 7.49 0.23 0.48
0001-0304 GB 7.22 7.91 0.23 0.48
0002-0102 SA 6.87 7.57 0.23 0.48
0002-0304 SA 6.77 7.33 0.24 0.48
0003-0102 PJ 7.17 7.61 0.23 0.49
0003-0304 PJ 7.11 4.72 0.23 0.60
0004-0106 PG 13.50 5.00 0.30 0.70
|