View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
andycharger[_4_] andycharger[_4_] is offline
external usenet poster
 
Posts: 1
Default last Cell in a selection?

Hi, Im selecting all cells on my page as a selection.
I am then trying to move my cursor to the last row and moving th
cursor down again to the first blank row.

Can anyone tell me how I select the last cell in my selection and mov
the cursor down 1 row to the blank row?

Thanks

I was using

Range("A1").End(xlDown).CurrentRegion.Select

to highlight all the user cells

--
Message posted from http://www.ExcelForum.com