Thread: adding rows
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
papa[_4_] papa[_4_] is offline
external usenet poster
 
Posts: 2
Default adding rows

I have a sheet with formulas referencing cells in the same
row.

At the bottom of the sheet are totals for the different
columns.

Periodically I need to add more entries to the sheet.
This requires me to insert cells between the last entry
and the totals at the bottom. Then I need to copy the
formulas from one row down to the newly inserted rows.

Can I create a macro that will do that automatically - or
at least when directed by a command button? If so, how
would I do that?

TIA Papa