Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 53
Default Addin interference

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 272
Default Addin interference

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 53
Default Addin interference

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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
setup project for Excel addin, won't register addin Gerry Excel Programming 0 October 31st 07 12:01 AM
Unshimmed Automation Addin and Shimmed COM Addin in same App Domai Brandon Excel Programming 0 June 27th 06 11:18 PM
dragging without interference BorisS Excel Worksheet Functions 3 May 20th 05 08:16 PM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM
UDF - Macro Interference Otto Moehrbach[_5_] Excel Programming 2 September 20th 03 12:23 AM


All times are GMT +1. The time now is 09:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"