View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
bobbo bobbo is offline
external usenet poster
 
Posts: 56
Default Handling Excel Evens in addins

Yo could combine the two procedures into a single procedure and this
would allow you to control the order of events.

Tim Marsden wrote:
I have a dilemma

I have 2 excel add-ins installed, both of with need to handle the Workbook
close events.
However I need one add-in to handle the event before the other.
Is it possible to establish the order in which add-ins handle the event?

Regards

--
Tim Marsden