View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex R Alex R is offline
external usenet poster
 
Posts: 2
Default Using Variables in R1C1 formulas

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"