View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PCullen PCullen is offline
external usenet poster
 
Posts: 1
Default Format Cell Background on Condition

Can anyone help me with a VBA routine that will find all cells in a worksheet
that contain the string 'Member Totals' and then shade that cell and the five
adjacent cells (to the left) in grey.

I would use conditional formatting, but I have lots of merged cells so I
can't fill the formatting down.