No events when changing the color of a cell

R

Robert kempers

I am programming with VBA Excel 2000. I find out that the sub
Worksheet_Change() is not activated when you change the color of a
cell. Does somebody knows another way to generate an event when the
color of a cell is changed.

Kind regards
 
B

Bob Phillips

It's not only not simple, it's not possible.

--

HTH

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