View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Danielle0904 Danielle0904 is offline
external usenet poster
 
Posts: 4
Default Add Row after last entry

I am working in a workbook that has 5 sheets. Each sheet has different data
and calculations based on information in the first sheet.

What I want to do is
1. Find the last row on the first worksheet that has data in it. Copy that
row, and add a new row right below it with the copied information.

2. Go to the next worksheet and do the same thing.

3. Continue that process until all worksheets have a new row added to the
bottom.