Hi all
I have a macro that copies data to columns b and c
This can range daily in the number of rows
I would like a vba code to input column a
Cell a1 the number 1
Cell a2 the number 2
Cell a3 the number 3
And so on until the column b anc c do not contain any data
So example if nothing in row 50 for b and c
Then a50 equals nothing but a49 equals the number 49
Then this last number being the highest to be copied to let's say d1
I have a macro that copies data to columns b and c
This can range daily in the number of rows
I would like a vba code to input column a
Cell a1 the number 1
Cell a2 the number 2
Cell a3 the number 3
And so on until the column b anc c do not contain any data
So example if nothing in row 50 for b and c
Then a50 equals nothing but a49 equals the number 49
Then this last number being the highest to be copied to let's say d1