View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
shirley shirley is offline
external usenet poster
 
Posts: 1
Default urgent..how to go to the next row

With the code below, i managed to go to the last row on a click of th
button. However, i want to be directed to the empty row just below th
last row when i click the button. How should i go about doing it?

Dim mysheet As Worksheet
Set mysheet = ActiveSheet

mysheet.Cells(ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Row
1).Activat

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