Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am using the code below to INSERT rows in an invoice sheet, but it doesn't copy the formulas. Is there a way to do insert a row and copy the formulas, too? Not the values, just the formulas. In the code snippet "intRowCount" is the current row number - a count of the line items. Range("A" & intRowCount).EntireRow.Select Selection.EntireRow.Insert shift:=xlShiftDown Range("A" & intRowCount).Select Thank you, Shawna Brooks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Formulas when inserting rows | Excel Discussion (Misc queries) | |||
Inserting formulas etc after n rows | Excel Discussion (Misc queries) | |||
Inserting Rows w/formulas question | Excel Worksheet Functions | |||
Inserting Multiple Rows with Formulas | Excel Worksheet Functions | |||
inserting rows with formulas | Excel Programming |