Whether a Cell contains a Formula
Try this UDF:
Function IsFormula(cellref)
IsFormula = Left(Range(cellref).Formula, 1) = "="
End Function
Regards,
Stefi
€˛Roger€¯ ezt Ć*rta:
What function can be used to determine whether a cell contains a formula?
Thanks in advance for your help.
Roger
|