Thread: Help please!
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JLatham JLatham is offline
external usenet poster
 
Posts: 2,203
Default Help please!

Sub SelectFirstInLast()
ActiveSheet.Range("A" & Rows.Count).End(xlup).Activate
End Sub

I assume by the "first cell" you meant column A.

"Love Carl Sagan" wrote:

Does anyone have the macro to select the first cell of the last row?



thanks,
Carla


--
There''s no end to learning!