Determining active conditional format of one cell

A

Antonio

Friends

I need a code that return the ACTIVE condition in a cell
(1,2,3 or 0 for no conditions applied in the cell).

Thank you in advanced...

AV
 
J

J.E. McGimpsey

Simplest way is to duplicate the CF conditions in VBA. The status of
CF is not well exposed.
 
Top