Conditional Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

No matter what I try, I cannot get the Conditional Formatting function to
work on any cell in my workbook. Any ideas what could be causing this?
 
Can't even get to that point. I click on "Format", and one of the options to
use is Conditional Formatting, but the button is not active.
 
Tools > Protection > UnprotectSheet..........

Vaya con Dios,
Chuck, CABGx3
 
Hi,

Use VBA for following instruction :

Application.CommandBars("Format").Controls("Conditional
Formatting").Enabled = True

HTH
Carim
 
How about Tools>Share Workbook?

De-select the "allow changes etc." option.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top