I\'m trying to go through a range of cells in a worksheet and write a formula in each one. But I keep getting the error:
Run-time error \'1004\' Application-de
Your problem is with .FormulaR1C1. This tells the formula to expect a Row Number, Column Number style formula reference, but then you give it an address (Column, Row) style formula.
Change .FormulaR1C1 to .Formula