I have a MOD function of the form Modulo(a,b)

When I put the following statement in a VBA module I receive an End of Statement error.

I'm just trying to act on cell R2C3.

ActiveCell.FormulaR1C1 = "=Modulo(R2C3 ," 2)
What am I missing?