Thread: Event question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default Event question

Hi

Let's say I have some VBA code that traps a certain event. let's also assume
I have an Add-in like a COM add-in or an xll that traps the very same event.
Which Event handler gets the called first? is there any way the event
handler in the add-in can prevent the other one from being called or vice
versa?

/Fredrik