View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Davies John Davies is offline
external usenet poster
 
Posts: 39
Default Greater than 3 condtional formating rules in Excel

As the conditional formating command allows only 3 formats, is it possible to
have more than 3 conditional formats using cod?
e.g. cell a1 would display red background if cell a2 = a
cell a1 would display underlined text if cell a3 = b
cell a1 would display bold text if cell a4 = c
cell a1 would display bold italic text if cell a5 = d etc.

Thanks in advance of any help
John