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