Hello, I'm currently working on a line of code where I need to reference in A1 style inside a RC formula.
If Range("F" & i).Value = "" Then For j = 2 To 4001 Step 4
Range("L" & i).FormulaR1C1 = "=((rc[-2]-r[-2]c[-2])*("AH14")*24)/1000)*rc[-6]"
Next j
The cell AH14 is the one I want...