Checking a cell for a specific color in Excel VBA

  • Thread starter Thread starter ColdCore
  • Start date Start date
C

ColdCore

I am trying to check a particular cell on a particular worksheet for
color to send a message. The cell I am testing contains a conditiona
format that changes the cell's color in meeting the conditions. Onc
the color changes, a message is sent. Anyone have any clues
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top