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

Hi to all again,

i think i got the code. i made some changes to accomodate my progra
and solve the out of subscript problem.

Dim mysheet As Worksheet
Set mysheet = ActiveSheet
mysheet.Row.Cells(ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Row
1).Next.Activate


However, this code brings me to the last record. How do i change th
code to bring me to the empty row jus under the last row it found

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