View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Checking a cell for a specific color in Excel VBA

With CF, you can't test the cell for a colour.

What you would need top do is to test whether the CF condition is being met.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"ColdCore " wrote in message
...
I am trying to check a particular cell on a particular worksheet for a
color to send a message. The cell I am testing contains a conditional
format that changes the cell's color in meeting the conditions. Once
the color changes, a message is sent. Anyone have any clues?


---
Message posted from http://www.ExcelForum.com/