View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default CODITIONAL FORMATTING

Chris,

You can have 3 CFs (4 if you include the default no format), so you should
be able to set it for these.

If you need more, you need event code, or use the free add-in at
http://www.xldynamic.com/source/xld.....Download.html

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Chris" wrote in message
...
Problems........

What I want to do is colour the cell once I have selected an option from a
validation listbox. At the moment I am using a conditional format with a
formula function countif but it's only picking up the first option in my

list.

It there anyway of having more than one condition on conditional

formtting?
Is there code which would suppoort this?