Sub test()
'
'
' Record macro gives me this:
ActiveCell.FormulaR1C1 = "='Sheet1'!R[-45]C[8]"
' I want the actual cell it is getting...like this...but this doesn't work.
ActiveCell.Formula = "='Sheet1'!I3" ' This is what I want but it doesn't work ?
End Sub
'
'
' Record macro gives me this:
ActiveCell.FormulaR1C1 = "='Sheet1'!R[-45]C[8]"
' I want the actual cell it is getting...like this...but this doesn't work.
ActiveCell.Formula = "='Sheet1'!I3" ' This is what I want but it doesn't work ?
End Sub