
Signature
---
HTH
Bob
__________________________________________
UK Cambridge XL Users Conference 29-30 Nov
http://www.exceluserconference.com/UKEUC.html
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> application.CommandBars(1).Controls("Format").Controls("Conditional
> Formatting...").enabled=false
As I understood the question, the user wanted to disable/enable the *action*
of CF, not disable/enable the creation of CF formats. I do not believe it is
possible to prevent a CF format from being applied if the condition is met.
There is nothing analogous to EnableEvents for CF.

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)
> application.CommandBars(1).Controls("Format").Controls("Conditional
> Formatting...").enabled=false
[quoted text clipped - 4 lines]
>> then
>> later to on re-enable conditional formatting.>?