When using the Recorder to help me, I get the following:
I do understand what the R1C1 is saying but -
I don't particually like the R1C1 annotation and would prefer to reference the actual cells when writing my code.
How can I (if possible) set the recorder so it will give me:
Code:
Range("K15").Select
ActiveCell.FormulaR1C1 = "=IF(R[3]C[-9]=RC[2],1,0)"
Range("K16").Select
I do understand what the R1C1 is saying but -
I don't particually like the R1C1 annotation and would prefer to reference the actual cells when writing my code.
How can I (if possible) set the recorder so it will give me:
Code:
=IF(B18=M15,1,0)