Elysium4Eternity
New Member
- Joined
- May 7, 2018
- Messages
- 12
Hello, I'm currently working on a line of code where I need to reference in A1 style inside a RC formula.
The cell AH14 is the one I want to refer to, but this gives me an error. Is there a way to solve this?
Code:
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 to refer to, but this gives me an error. Is there a way to solve this?