<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Determine Which COM Add-ins Are Installed</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2008/07/16/determine-which-com-add-ins-are-installed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2008/07/16/determine-which-com-add-ins-are-installed/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Peter Thornton</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/16/determine-which-com-add-ins-are-installed/#comment-34066</link>
		<dc:creator>Peter Thornton</dc:creator>
		<pubDate>Tue, 05 Aug 2008 13:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1866#comment-34066</guid>
		<description>&lt;p&gt;In the excel.programming group&lt;br&gt;
Subject: Listing installed COM add-ins, 13 Feb 08&lt;/p&gt;
&lt;p&gt;Dim cai As COMAddIn&lt;br&gt;
For Each cai In Application.COMAddIns&lt;br&gt;
Debug.Print cai.Connect, cai.ProgId, cai.Description&lt;br&gt;
Next&lt;/p&gt;
&lt;p&gt;Eric&#039;s one liner works in XL2000 (the id is good)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In the excel.programming group<br />
Subject: Listing installed COM add-ins, 13 Feb 08</p>
<p>Dim cai As COMAddIn<br />
For Each cai In Application.COMAddIns<br />
Debug.Print cai.Connect, cai.ProgId, cai.Description<br />
Next</p>
<p>Eric&#8217;s one liner works in XL2000 (the id is good)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miley-Cyrus-Fan</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/16/determine-which-com-add-ins-are-installed/#comment-33985</link>
		<dc:creator>Miley-Cyrus-Fan</dc:creator>
		<pubDate>Fri, 01 Aug 2008 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1866#comment-33985</guid>
		<description>&lt;p&gt;hmm.. thank you very much. usefull information&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hmm.. thank you very much. usefull information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric W. Bachtal</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/16/determine-which-com-add-ins-are-installed/#comment-33656</link>
		<dc:creator>Eric W. Bachtal</dc:creator>
		<pubDate>Thu, 17 Jul 2008 01:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1866#comment-33656</guid>
		<description>&lt;p&gt;If you don&#039;t need a permanent toolbar modification, here&#039;s a one-liner for the VBA Immediate window:&lt;/p&gt;
&lt;p&gt;set c = CommandBars(1).Controls.Add(Id:=3754): c.Execute: c.Delete&lt;/p&gt;
&lt;p&gt;Not sure if that Id is good outside of Excel 2003.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t need a permanent toolbar modification, here&#8217;s a one-liner for the VBA Immediate window:</p>
<p>set c = CommandBars(1).Controls.Add(Id:=3754): c.Execute: c.Delete</p>
<p>Not sure if that Id is good outside of Excel 2003.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Hebb</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/16/determine-which-com-add-ins-are-installed/#comment-33653</link>
		<dc:creator>Nick Hebb</dc:creator>
		<pubDate>Wed, 16 Jul 2008 23:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1866#comment-33653</guid>
		<description>&lt;p&gt;The downside is that this dialog won&#039;t show COM add-ins installed for all users. Microsoft did this so add-ins installed by Admins can&#039;t be removed by limited access users. If you want to see all the COM add-ins installed on your system, there&#039;s a neat little (free) utility from Nirsoft called Officeins (http://www.nirsoft.net/utils/officeins.html).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The downside is that this dialog won&#8217;t show COM add-ins installed for all users. Microsoft did this so add-ins installed by Admins can&#8217;t be removed by limited access users. If you want to see all the COM add-ins installed on your system, there&#8217;s a neat little (free) utility from Nirsoft called Officeins (<a href="http://www.nirsoft.net/utils/officeins.html" rel="nofollow">http://www.nirsoft.net/utils/officeins.html</a>).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

