I'm using the code below to move to the last empty row. However if the last empty row is below the header (Header is at row 6), it selects the header. How can I select the last empty row without adding +1 to the code or using an if statement?

Cells(Range("A" & Rows.Count).End(xlUp).Row, 1).Activate