Hi,
I have a report which is generated with VBA referencing data from another sheet with formulas then turned into values
Example
Range("D2:D1000").FormulaR1C1 = "=R[-1]C[-1]*10"
Range("D2:D1000").value = Range("D2:D1000").value
Which works fine but the problem is if I ever need to modify...