this is simple demo of what i want to do. I want to set a formula to a range of cells(eg. C1 to C10).
Range(\"C1\").Formula = \"=A1+B1\"
bu
Range("C1:C10").Formula = "=A1+B1"
Simple as that.
It autofills (FillDown) the range with the formula.