I have searched this site and it seems like all the answers just point to finding the row number of the cell.
I am trying to set a range so that it will go from
In case there are gaps in the data I'd avoid using xlDown so something like the following is fine. Try it in the immediate window:
Activesheet.range("A1:A" & Activesheet.Cells(Excel.Rows.Count, 1).End(Excel.xlUp).Row).select