View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paolo De Laurentiis Paolo De Laurentiis is offline
external usenet poster
 
Posts: 6
Default Worksheet Change Event

I don't think it is possible: the range object doesn't have any event that
can be triggered.
You have to understand what range generated the event inside the
worksheet_change event.

Paolo


"Steph" ha scritto nel messaggio
...
Hello. How can I have a worksheet_Change event trigger only when certain
cells (more specifically - when a cell with a certain range of cells) are
changed? Thanks!