View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Angeles Angeles is offline
external usenet poster
 
Posts: 33
Default Conditional Formating

Hi , I have defined Conditional formating to my cells from the option
<Format<Conditional Formating it works as I need but now I need to change
the cell color from source code ... It is done, but my question is ... is it
posible to execute the Conditional Formating from Source code ?

for ex A10 is red when B10= "Hola" I will change the Color for A10 from
source code (needed to be done in this way) if some other condition is
satistied I will change again the color for A10 but in this moment I need to
execute the Conditional Formating previously defined, is this possible ?