View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] glen.e.mettler@lmco.com is offline
external usenet poster
 
Posts: 16
Default Force Worksheet_Change event

I have a sheet that is updated via user input on another sheet. I do
this thru the Worksheet_Change event. Works well for any data change.
However, if the user changes the background color (via a menu option),
the Worksheet_Change event is not executed. How can I force the
Worksheet_Change event to execute when the user changes color?

Glen