Hi all,
Iam trying to autofill an Excel and the following code gives a strange fault:
ActiveWorkbook.ActiveSheet.Range("T2:T50").FormulaR1C1 = "=IF((RC[-9])>(R[-1]C[-9]), RC[-2], RC[-1])
The formula isn't correct on row 10, 20, 30 and so on because it uses row 1, 2, 3 and so on.
Any one of...