Hi,
I am trying to write a small macro in Excel that will start from a given cell and will add every third cell in the same column. I have been using the formula, “ActiveCell.FormulaR1C1”, in a For..Next loop but I get a syntex error.
Does anyone has a suggestion?