A
Alex R
I am trying to create a formula in a cell to set the value of the cell equal
to another cell that is a varible number of cells away.
for example
Dim x As Integer
x = 4
Range("B1").FormulaR1C1 = "=R[x+1]C"
to another cell that is a varible number of cells away.
for example
Dim x As Integer
x = 4
Range("B1").FormulaR1C1 = "=R[x+1]C"