<?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>Thu, 18 Mar 2010 11:28:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-28297</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-28297</guid>
		<description>Angus -

Strange behavior. I just tested on my computer and it works as expected. What if you uncheck Analysis Toolpak in the list of addins, restart Excel, then check it again?</description>
		<content:encoded><![CDATA[<p>Angus -</p>
<p>Strange behavior. I just tested on my computer and it works as expected. What if you uncheck Analysis Toolpak in the list of addins, restart Excel, then check it again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blue Pecan Computer</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-28295</link>
		<dc:creator>Blue Pecan Computer</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-28295</guid>
		<description>Nice that you create your own ribbons in 2010 for this kind of thing</description>
		<content:encoded><![CDATA[<p>Nice that you create your own ribbons in 2010 for this kind of thing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angus</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-28291</link>
		<dc:creator>Angus</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-28291</guid>
		<description>Hi Jon, thank you for this extremely easy to follow instructions! However, when I go through the steps, the Add-In called &quot;Analysis ToolPak&quot; always appears in the list of &quot;Inactive Application AddIns&quot; (3rd figure above). I have restarted the Excel several times, but to no avail. When I look at the checklist of AddIns, &quot;Analysis ToolPak&quot; is checked as in Fig 4 above. What am I missing?

More importantly, I cannot plot frequency chart which I thought I&#039;d be able to do when I installed this AddIn.</description>
		<content:encoded><![CDATA[<p>Hi Jon, thank you for this extremely easy to follow instructions! However, when I go through the steps, the Add-In called &#8220;Analysis ToolPak&#8221; always appears in the list of &#8220;Inactive Application AddIns&#8221; (3rd figure above). I have restarted the Excel several times, but to no avail. When I look at the checklist of AddIns, &#8220;Analysis ToolPak&#8221; is checked as in Fig 4 above. What am I missing?</p>
<p>More importantly, I cannot plot frequency chart which I thought I&#8217;d be able to do when I installed this AddIn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-27311</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sun, 21 Feb 2010 05:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-27311</guid>
		<description>Chris -

Instead of making a separate add-in, you could put the code into the workbook that contains the database.

Alternatively, you could disable the buttons and macros if the database is not open, and show a message reminding the user to open the database.</description>
		<content:encoded><![CDATA[<p>Chris -</p>
<p>Instead of making a separate add-in, you could put the code into the workbook that contains the database.</p>
<p>Alternatively, you could disable the buttons and macros if the database is not open, and show a message reminding the user to open the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrisham</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-27309</link>
		<dc:creator>chrisham</dc:creator>
		<pubDate>Sun, 21 Feb 2010 05:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-27309</guid>
		<description>Jon, I have created an Add-in, but the Add-in works on the basis of the database that is stored on the worksheet.  So its essential that the worksheet containing the database is always open.
I would like to forward this as a stand-alone add-in, how do I create this as an add-in and have the database accompany it.
Currently I have seen that if I save it as a .xlam file and install it as add-in the Tab Buttons and macros are made available, but the database does not get installed.
Any advice here?</description>
		<content:encoded><![CDATA[<p>Jon, I have created an Add-in, but the Add-in works on the basis of the database that is stored on the worksheet.  So its essential that the worksheet containing the database is always open.<br />
I would like to forward this as a stand-alone add-in, how do I create this as an add-in and have the database accompany it.<br />
Currently I have seen that if I save it as a .xlam file and install it as add-in the Tab Buttons and macros are made available, but the database does not get installed.<br />
Any advice here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-23998</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-23998</guid>
		<description>Tyler -

I&#039;ve never heard of that add-in. You have to contact the producers of the software to see how it&#039;s supposed to work.</description>
		<content:encoded><![CDATA[<p>Tyler -</p>
<p>I&#8217;ve never heard of that add-in. You have to contact the producers of the software to see how it&#8217;s supposed to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-23995</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-23995</guid>
		<description>Hi Jon, I&#039;m having a problem with the add in. I followed all of the instructions to install the file and when I open Excel it shows that each time the add on savedbf is checked in the add on list, but I don&#039;t understand how to actually use the function of the add-in.  I had assumed it was going to add a option in Save as that said Save as file type .dbf or something of that sort but that wasn&#039;t amongst the list of choices. And there is a file save as type Excel addin or Excel 2003-97 add in type but from what I gather thats to actually save a add in. 

So is there some kind of button to actually convert the file to a dbf file that i have to add to the tool bar.  I&#039;m new to using add-ins with excel because 2003 has always met my needs. Any advice would be greatly appreciated!

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jon, I&#8217;m having a problem with the add in. I followed all of the instructions to install the file and when I open Excel it shows that each time the add on savedbf is checked in the add on list, but I don&#8217;t understand how to actually use the function of the add-in.  I had assumed it was going to add a option in Save as that said Save as file type .dbf or something of that sort but that wasn&#8217;t amongst the list of choices. And there is a file save as type Excel addin or Excel 2003-97 add in type but from what I gather thats to actually save a add in. </p>
<p>So is there some kind of button to actually convert the file to a dbf file that i have to add to the tool bar.  I&#8217;m new to using add-ins with excel because 2003 has always met my needs. Any advice would be greatly appreciated!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanal Arıza</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-23741</link>
		<dc:creator>Kanal Arıza</dc:creator>
		<pubDate>Fri, 11 Dec 2009 12:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-23741</guid>
		<description>thank you:)</description>
		<content:encoded><![CDATA[<p>thank you:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-23464</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 06 Dec 2009 03:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-23464</guid>
		<description>Thanks so much for the error bar add-in for Excel 2007!  I really appreciate it - it was really frustrating before and now you are saving me so much time when I am making graphs for my research and school.  Your add-in works great.  Thanks, Jon!</description>
		<content:encoded><![CDATA[<p>Thanks so much for the error bar add-in for Excel 2007!  I really appreciate it &#8211; it was really frustrating before and now you are saving me so much time when I am making graphs for my research and school.  Your add-in works great.  Thanks, Jon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/installing-an-add-in-in-excel-2007/comment-page-1/#comment-20968</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 24 Oct 2009 13:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=347#comment-20968</guid>
		<description>Teresa -

What is the add-in? What is the name of the file in Programs? Is it an exe file that needs to be executed?</description>
		<content:encoded><![CDATA[<p>Teresa -</p>
<p>What is the add-in? What is the name of the file in Programs? Is it an exe file that needs to be executed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
