From: Gee Weez on 8 Feb 2010 18:28 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.
From: Peter T on 8 Feb 2010 18:42 Dim cai As COMAddIn For Each cai In Application.COMAddIns Debug.Print cai.Connect, cai.Description Next Regards, Peter T "Gee Weez" <weez.gee(a)gmail.com> wrote in message news:4c50a273-c6d0-4366-86f6-324572463f07(a)u15g2000prd.googlegroups.com... > 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. >
|
Pages: 1 Prev: Last row + rank help Next: Excel 2007 Not Drawing Correctly |