Thread: Last Row Macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
pikus pikus is offline
external usenet poster
 
Posts: 1
Default Last Row Macro

lrow = ActiveSheet.UsedRange.Row _
ActiveSheet.UsedRange.Rows.Count
Rows(lrow).Copy
Rows(lrow + 1).Insert

That enough to get you started? - Piku

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