View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
andibevan andibevan is offline
external usenet poster
 
Posts: 1
Default Excel VBA - Found last row number but can't select it

Sorry second routine should be:-

Sub Show_Last_Row()
MsgBox LastCell(Sheet2).Row

End Su

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