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