Hi all,
I can't get this part to insert the result of the formula iso the formula itself.
I tried changing "FormulaR1C1" into "Value" but it still returns the formula.
Also tried ".Value = .Value", but that gives an error?
any ideas?
I can't get this part to insert the result of the formula iso the formula itself.
I tried changing "FormulaR1C1" into "Value" but it still returns the formula.
Also tried ".Value = .Value", but that gives an error?
Code:
With Sheets("CALCS")
.Cells(Rows.Count, 4).End(xlUp).Offset(1).Value = "=IF(WERKBLAD!R[4]C[-2]=CALCS!RC[-1],TRUE,FALSE)"
End With
any ideas?