View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
grinning_crow[_5_] grinning_crow[_5_] is offline
external usenet poster
 
Posts: 1
Default how to direct users to the empty row below the last record in excel

something like this... assuming your data includes A1



sub NextRow()

sheet1.rows(sheet1.range("A1").currentregion.rows. count+1).select

end sub



Either attach it to a button or include it in the openworkboo
procedure in the workbook.

Hope this is of some help

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