Hello Everyone,
Can someone tell me why this fails at the ActiveCell.Formula line?
Many thanks,
David
Can someone tell me why this fails at the ActiveCell.Formula line?
Code:
Dim RowForm As Integer
Dim ColForm As Integer
RowForm = 39
ColForm = -2
ActiveCell.FormulaR1C1 = "=R[RowForm]C[ColForm]"
David