ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   how to detect if an addin is running (https://www.excelbanter.com/excel-programming/439327-how-detect-if-addin-running.html)

Gee Weez

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.


Peter T

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.





All times are GMT +1. The time now is 06:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com