Bonnie,
You posted in general questions but the use of XLlastCell makes me think you
want a
VB solution so try this
Range("A" & Cells(Rows.Count, "A").End(xlUp).Row).Select
Mike
"Bonnie" wrote:
I know how to get to XLlastCell but want to end up on the last row, first
column.
Thanks in advance.