If worksheet function range and logical test criteria

D

Don

Is it possible to enter a range and logical test in
an 'if' statement to select cells with 'bold' formatting?
 
K

Ken Wright

No, you can only access that info via VBA. You could possibly use a UDF to get
at it from a formula like approach, but even that uses VBA.
 
Top