C
crapit
Using excel VBa, I can count last row of data using lastrow =
Worksheets("Spare2").Cells(Rows.count, 1).End(xlUp).row
But how to use it for column?
Worksheets("Spare2").Cells(Rows.count, 1).End(xlUp).row
But how to use it for column?