<?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: Installing an Add-In in Excel 2007</title>
	<atom:link href="http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Wed, 23 May 2012 00:22:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dougie</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-2/#comment-223445</link>
		<dc:creator>Dougie</dc:creator>
		<pubDate>Tue, 22 May 2012 07:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-223445</guid>
		<description>Many thanks.</description>
		<content:encoded><![CDATA[<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-2/#comment-221165</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 18 May 2012 13:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-221165</guid>
		<description>Dougie -

You would have to add a custom button to the ribbon for each add-in feature you want to invoke. In 2007 it&#039;s easy enough to add a button to the Quick Access Toolbar. Click the down triangle at the end of the QAT, select More Commands, choose Macros in the left dropdown, select the macro, and click Add. Select the newly added macro and click Modify to change the macro display name and button image (unfortunately it&#039;s a very limited set, and I don&#039;t know how to add more images from the user interface). In 2010 you can also add commands to the ribbon tabs.</description>
		<content:encoded><![CDATA[<p>Dougie -</p>
<p>You would have to add a custom button to the ribbon for each add-in feature you want to invoke. In 2007 it&#8217;s easy enough to add a button to the Quick Access Toolbar. Click the down triangle at the end of the QAT, select More Commands, choose Macros in the left dropdown, select the macro, and click Add. Select the newly added macro and click Modify to change the macro display name and button image (unfortunately it&#8217;s a very limited set, and I don&#8217;t know how to add more images from the user interface). In 2010 you can also add commands to the ribbon tabs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougie</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-2/#comment-221072</link>
		<dc:creator>Dougie</dc:creator>
		<pubDate>Fri, 18 May 2012 09:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-221072</guid>
		<description>I&#039;m using Excel 2007 on Windows XP.  I have several user-defined macros and functions in an add-in.  I want to invoke a macro from the ribbon (select &#039;Developer&#039; click on &#039;Macros&#039;  then pick macro from list and click &#039;Run&#039;.  However none of the macros in the add-in appear on the macros list.  They all work if called by other means.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Excel 2007 on Windows XP.  I have several user-defined macros and functions in an add-in.  I want to invoke a macro from the ribbon (select &#8216;Developer&#8217; click on &#8216;Macros&#8217;  then pick macro from list and click &#8216;Run&#8217;.  However none of the macros in the add-in appear on the macros list.  They all work if called by other means.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sadaf</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-2/#comment-205752</link>
		<dc:creator>sadaf</dc:creator>
		<pubDate>Mon, 09 Apr 2012 04:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-205752</guid>
		<description>thank&#039;s
so useful</description>
		<content:encoded><![CDATA[<p>thank&#8217;s<br />
so useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-2/#comment-198051</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 21 Mar 2012 10:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-198051</guid>
		<description>I assume you&#039;re talking about the LOESS utility, which is described in a different post.

We need to know some things before we can compare my utility&#039;s results with those of S-plus.

1. Does S-plus use the same weighting factor for points, according to X distance from the output X value to the X values of the points used in the moving fit?
W(i) = (1 - X(i)^3)^3

2. Is S-plus using the same number of points or fraction of the dataset in its moving fit?

3. Are you comparing the S-plus results with my utility&#039;s results on the same graph?</description>
		<content:encoded><![CDATA[<p>I assume you&#8217;re talking about the LOESS utility, which is described in a different post.</p>
<p>We need to know some things before we can compare my utility&#8217;s results with those of S-plus.</p>
<p>1. Does S-plus use the same weighting factor for points, according to X distance from the output X value to the X values of the points used in the moving fit?<br />
W(i) = (1 &#8211; X(i)^3)^3</p>
<p>2. Is S-plus using the same number of points or fraction of the dataset in its moving fit?</p>
<p>3. Are you comparing the S-plus results with my utility&#8217;s results on the same graph?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sun Chengchun</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-2/#comment-197998</link>
		<dc:creator>Sun Chengchun</dc:creator>
		<pubDate>Wed, 21 Mar 2012 08:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-197998</guid>
		<description>It&#039;s great！But I found a phenomenon during my using!
I compared the fitted results to those of &quot;local regression&quot; in S-plus.
It&#039;s different. Maybe the paremeter was set differently. But would you like to tell me how can I get the same results in S-plus?
Thanks anyway!!! Great job!! I love you.</description>
		<content:encoded><![CDATA[<p>It&#8217;s great！But I found a phenomenon during my using!<br />
I compared the fitted results to those of &#8220;local regression&#8221; in S-plus.<br />
It&#8217;s different. Maybe the paremeter was set differently. But would you like to tell me how can I get the same results in S-plus?<br />
Thanks anyway!!! Great job!! I love you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

