I want to specify the last row in a table, but can only remember how to do it if the table starts in "A1".
However in my worksheet "A1" is blank, and the table starts at "A2"
Code:
lngLastRow = Sheets("Data").Cells(Rows.Count, "A").End(xlUp).Row
However in my worksheet "A1" is blank, and the table starts at "A2"