Iam not sure if I have got your query.
If you want to have a formula referring to the other cell
Sub WroxExcel()
iRow1 = 2
iCol1 = 2
iRow2 = 3
iCol2 = 3
Cells(iRow2, iCol2).Formula = "=RC[" & Cells(iRow1, iCol1).Value & "]"
End Sub
Regards
Shasur
http://www.vbadud.blogspot.com