I need to use the precedents of the cell that is the argument of a user-defined function as well as the cell itself. But if I write
Function MyFormula (MyCell as Range)
MyCell.Precedents don't work in this function. What can be done with it?