PC Review


Reply
Thread Tools Rate Thread

Addin interference

 
 
=?Utf-8?B?b2p2?=
Guest
Posts: n/a
 
      16th Nov 2007
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
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q2hhcmxlcyBDaGlja2VyaW5n?=
Guest
Posts: n/a
 
      16th Nov 2007
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
--
Charles Chickering

"A good example is twice the value of good advice."


"ojv" wrote:

> 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

 
Reply With Quote
 
=?Utf-8?B?b2p2?=
Guest
Posts: n/a
 
      19th Nov 2007
No, not yet, but I sure will. Thx for taking the time.

ojv

"Charles Chickering" wrote:

> 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
> --
> Charles Chickering
>
> "A good example is twice the value of good advice."
>
>
> "ojv" wrote:
>
> > 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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Excel addin versions having LaodBehaviour issue at Addin Dwipayan Das Microsoft Excel Programming 0 17th Apr 2009 05:51 AM
setup project for Excel addin, won't register addin =?Utf-8?B?R2Vycnk=?= Microsoft Excel Programming 0 31st Oct 2007 12:01 AM
Removing an Addin from the Tools Addin list. =?Utf-8?B?VHJlZm9y?= Microsoft Excel Programming 2 25th Aug 2006 04:45 PM
Unshimmed Automation Addin and Shimmed COM Addin in same App Domai =?Utf-8?B?QnJhbmRvbg==?= Microsoft Excel Programming 0 27th Jun 2006 11:18 PM
howtofix excel 2000 says invalid AddIn for valid excel97 AddIn robm Microsoft Excel Discussion 0 24th Sep 2003 06:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:08 AM.