I'm automating a HUGE sheet and I need to write a new macro for the workbook that will insert rows in a few sheets and then copy all the formulas. I have pastespecial = xlpasteformulas but that is causing the macro to run a little laggy, even with calculation set to automatic.
I know there is a way to have each cell something like this
this.formula = cellaboveit.formula
but that is copying the exact formula. I'm wondering if there's a way to offset the formulas in the cell above the cell.