I have office 2007 installed on the windows 7 platform. In the Word application exists our supplier's add-in that catches BeforeClose document event and asks customer the question before exitting. Now, I developed MY custom add-in that also catches BeforeClose document event and performs some operation. The question is: HOW can I control, which of the "catching" will perform FIRST and which SECOND? I need that MY add-in will work first and the supplier code will work after me, before the documnet will closed.
Thanks a lot in advance, Milo