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