View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Change BackColor

Good day,

I have a spreadsheet that I want to loop through a range and change the
BackColor fill of a row to a user defined color if the the row contains a
flag. In other words,

If cell a1 contains "Yes", then color the row blue,""
If cell b1 contains "Yes", then color the row blue,""

Any help,

Thanks,