Addin interference

G

Guest

I have an adding which includes adding a new workbook. One of the guys using
my addin gets stuck as the adding of a new workbook causes Excel to launch a
modal dialog via another addin he has installed. How can I trap this, and how
can i talk to this other dialog to close it?

Any help appreciated

regards

ojv
 
G

Guest

Have you tried using
Application.EnableEvents = False
in your code to prevent his other addin from triggering? Just be sure to
reenable them when you're done.
Application.EnableEvents = True
 

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