Belleke
Well-Known Member
Hello
I am looking for a bit of code that adjust the numbers when I delete a row.
In column A, I have an ID number.
Ex
A3 = 1
A4 = 2
A5 = 3
A6 = 4
When I delete row 4 then the result should be
A3 = 1
A4 = 2
A5 = 3
And not
A3 = 1
A4 = 3
A5 = 4
I hope it is clear
Please advice
I am looking for a bit of code that adjust the numbers when I delete a row.
In column A, I have an ID number.
Ex
A3 = 1
A4 = 2
A5 = 3
A6 = 4
When I delete row 4 then the result should be
A3 = 1
A4 = 2
A5 = 3
And not
A3 = 1
A4 = 3
A5 = 4
I hope it is clear
Please advice