Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.office.developer.com.add_ins,microsoft.public.win32.programmer.ole
external usenet poster
 
Posts: 1
Default how to detect if an addin is running

Hi,

I am trying to write a Com-Addin for MS Excel and I wanted to know if
there was any method I could use to determine if the addin was loaded
and running?

GW.

  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.office.developer.com.add_ins,microsoft.public.win32.programmer.ole
external usenet poster
 
Posts: 5,600
Default how to detect if an addin is running

Dim cai As COMAddIn

For Each cai In Application.COMAddIns
Debug.Print cai.Connect, cai.Description
Next

Regards,
Peter T

"Gee Weez" wrote in message
...
Hi,

I am trying to write a Com-Addin for MS Excel and I wanted to know if
there was any method I could use to determine if the addin was loaded
and running?

GW.



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
addin detect worksheet activation Bill Grigg Excel Programming 2 March 21st 09 08:31 PM
How to detect if a macro is in the middle of running RocketMan[_2_] Excel Programming 2 June 14th 07 05:03 PM
Detect Outlook is running Pete[_4_] Excel Programming 2 May 13th 05 05:30 PM
Procedure to detect if an application is running Bill Excel Programming 1 November 2nd 04 03:20 AM
Procedure to detect a running application and to register it. Memorieswm Excel Programming 1 November 1st 04 09:52 PM


All times are GMT +1. The time now is 05:26 AM.

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"