Charlesdh,
I appreciate your reply but that portion of the code is supposed to paste the value only; not the formula. The portion of the code which I want to copy the formula is:
Rows("17:17").Select
Selection.Copy
Rows("17:17").Select
Selection.Insert Shift:=xlDown
The formual in cell J17 currently goes to row 89. When the macro runs, it still only goes to row 89 but I would like it to go to row 90 since it has added a row.
|