WorkbookOpen event in Excel COM Addins

J

JT

Have any of you come across a problem with Excel (2002 SP-2) whereby
if you have 2 different COM addins (VB6 code implementing the
IDTExtensibility2
interface) that both subscribe to the WorkbookOpen event, then firing
to
the sink(s) of this event is unpredictable.

e.g. 2 COM addins X & Y both subscribe to the WorkbookOpen event. A
Workbook referencing Addin X is opened, but does not have
its event trap for WorkbookOpen fired.

Any thoughts / work arounds ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top