can you, as a method to select a cell in an excel formula put in VBA commands?
FOR EXAMPLE:
ActiveCell.FormulaR1C1 = _
"=IF(**Range(NamedRange).Cells(1,1)**=""Please add a title"",0,RC[-1]*VLOOKUP(R13C1,'Tables (H)'!R2C8:R6C10,2,FALSE))"
So in other words I want to use the first cell of the named range to be referenced in my excel formula