Excel VBA: how to insert a new row into a range and copy formulas
Posted
by Chev
on Stack Overflow
See other posts from Stack Overflow
or by Chev
Published on 2010-04-11T07:50:18Z
Indexed on
2010/04/11
7:53 UTC
Read the original article
Hit count: 332
Hi There
I have a named range like the following covering A2:D3
ITEM PRICE QTY SUBTOTAL
1 10 3 30
1 5 2 10
TOTAL: 40
I am looking for some VBA code to insert a new row into the range copying the formulas not values.
Any tips/links greatly appreciated.
© Stack Overflow or respective owner