View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Inserting a row below

David McRitchie has a nice macro that asks how many rows should be inserted and
even copies the formulas down to those new rows.

http://www.mvps.org/dmcritchie/excel/insrtrow.htm
look for: InsertRowsAndFillFormulas

Belgarth wrote:

I want to be able to let people insert a new row below an existing row, and
in doing so the formula from above also gets copied but not the data in other
cells, either by using a macro or a command button.

Ideally I would just like them to be able to insert a row and the formula
gets copied as well.


--

Dave Peterson