Thread: Events
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike Fogleman Mike Fogleman is offline
external usenet poster
 
Posts: 1,092
Default Events

I think you mean select a different sheet. If so, in ThisWorkbook events
there are Sheet_Activate and Sheet_Deactivate.

Mike F
"ojv" wrote in message
...
Is there any way to trap changes in sheet index via an event?

ojv