Hello,
I would like to do something like this:
Range("=CELL(""address"",INDEX(INDIRECT(R2C12),3,2))").Select
ActiveCell.FormulaR1C1 = "=CELL(""address"",INDEX(INDIRECT(R2C12),3,2))" will put the formula into the currently active cell, but I can't get the VBA to select a range based off the...