How can I conditionally format cells that contain formulas?
Create a UDF and use that in the CF formula
Function IsFormula(rng As Range)
IsFormula = rng.HasFormula
End Function
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"jhofmann" wrote in message
...
Is it possible to create a conditional format for a group of cells that
would
set a specific backgroup color for cells that contain formulas as opposed
to
data?
I have been using "Go To...","Special","Formulas" but would prefer to have
the process happen automatically.
TIF ...
|