how to detect if an addin is running

G

Gee Weez

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.
 
P

Peter T

Dim cai As COMAddIn

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

Regards,
Peter T
 

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