Hello,
I'm wondering how to copy data in the next blank cell within a set of rows?
I know that this will copy data into the next blank cell of the entire column A
.Range("A" & Rows.Count).End(xlUp).Offset(1).PasteSpecial
But I want constraint that to just a certain set of rows in that column
Thanks,
I'm wondering how to copy data in the next blank cell within a set of rows?
I know that this will copy data into the next blank cell of the entire column A
.Range("A" & Rows.Count).End(xlUp).Offset(1).PasteSpecial
But I want constraint that to just a certain set of rows in that column
Thanks,