View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Biffo Biffo is offline
external usenet poster
 
Posts: 7
Default macro to insert row and copy previous row + excel

I have a named range First_Table (A5:AB30 ) and a named range End_Table (A30).
I would like to insert a row above the named range End_Table (A30).
Then copy the contents and formula from cells F29:AB29 into the new row.

However every time I run the macro it seems to insert the new row in a
different place which is messing up my data.

Can anyone help me please?
--
Laura