You know, I just realized that the UDF I posted was first posted by Mark007! (Sorry Mark) LOL!


Quote Originally Posted by mark007
You could do it with a nice UDF too:

Function ShowFormula(R As Range)
ShowFormula = R.Formula
End Function