I have a sheet:
How to insert by VBA new row, when changing value in column A.
For example - in row 4 i have value "16", but in the next row "22"
Between these rows i need new row.
Same situation is between row 5 and 6, and between 7 and 8.
SpecifikacijaTest1.xls | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | 16 | 65 | 380 | |||
2 | 16 | 65 | 380 | |||
3 | 16 | 65 | 380 | |||
4 | 16 | 65 | 380 | |||
5 | 22 | 75 | 898 | |||
6 | 32 | 100 | 650 | |||
7 | 32 | 100 | 882 | |||
8 | 40 | 40 | 250 | |||
9 | 40 | 40 | 250 | |||
Sheet1 |
How to insert by VBA new row, when changing value in column A.
For example - in row 4 i have value "16", but in the next row "22"
Between these rows i need new row.
Same situation is between row 5 and 6, and between 7 and 8.