<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Create Your Own Excel Add-Ins</title>
	<atom:link href="http://guj800.wordpress.com/2008/06/20/create-your-own-excel-add-ins/feed/" rel="self" type="application/rss+xml" />
	<link>http://guj800.wordpress.com/2008/06/20/create-your-own-excel-add-ins/</link>
	<description>Musings in technology, philosophy, and all things guj</description>
	<lastBuildDate>Wed, 04 Nov 2009 18:12:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom Adler</title>
		<link>http://guj800.wordpress.com/2008/06/20/create-your-own-excel-add-ins/#comment-78</link>
		<dc:creator>Tom Adler</dc:creator>
		<pubDate>Wed, 27 Aug 2008 17:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://guj800.wordpress.com/?p=22#comment-78</guid>
		<description>I have had some trouble with this, everything works smoothly with the CAGR forumla, I went through all the steps and got to the very last part where you click it to be an add-in. After doing so I go back to my workbook and it locks the pane. The add-in will work but the rest of the excel file is froze. Or if I get the file to unfreeze then the formula won&#039;t work. I have searched to see if there is a security setting not allowing my add-in to work but it seems that all requirements are accounted for. 

Please help.</description>
		<content:encoded><![CDATA[<p>I have had some trouble with this, everything works smoothly with the CAGR forumla, I went through all the steps and got to the very last part where you click it to be an add-in. After doing so I go back to my workbook and it locks the pane. The add-in will work but the rest of the excel file is froze. Or if I get the file to unfreeze then the formula won&#8217;t work. I have searched to see if there is a security setting not allowing my add-in to work but it seems that all requirements are accounted for. </p>
<p>Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DCardno</title>
		<link>http://guj800.wordpress.com/2008/06/20/create-your-own-excel-add-ins/#comment-56</link>
		<dc:creator>DCardno</dc:creator>
		<pubDate>Fri, 04 Jul 2008 00:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://guj800.wordpress.com/?p=22#comment-56</guid>
		<description>A couple of warnings, or at least, considerations:

In my office, spreadsheets are usually meant to be passed around - and that means that formulas must be reproduceable on any user&#039;s computer.  If a user-defined formula (a custom formula or UDF) is held in an add-in (or in personal.xls) then it is only available to a s/sheet when the sheet is loaded on a computer that has that add-in installed, or has had that formula added to personal.xls.  Other than big (usually commercially available) add-ins we keep UDFs in a module attached to the s/sheet that needs them.

I prefer to put &lt;i&gt;operations&lt;/i&gt; like creating / formatting charts, deleting blank rows, applying finicky formats, or sorting on &gt; 3 sort fields either in personal.xls or in an add-in (if it is to be shared with a group).  All of these actions can be performed and then will &#039;stand alone&#039; - it doesn&#039;t matter if the next user has the same facility or not; the s/sheet has been chnaged in the way youi want and will stay that way.  If the next user can&#039;t make the same change (really, they just can&#039;t do so as easily) then that&#039;s their problem, not yours.</description>
		<content:encoded><![CDATA[<p>A couple of warnings, or at least, considerations:</p>
<p>In my office, spreadsheets are usually meant to be passed around &#8211; and that means that formulas must be reproduceable on any user&#8217;s computer.  If a user-defined formula (a custom formula or UDF) is held in an add-in (or in personal.xls) then it is only available to a s/sheet when the sheet is loaded on a computer that has that add-in installed, or has had that formula added to personal.xls.  Other than big (usually commercially available) add-ins we keep UDFs in a module attached to the s/sheet that needs them.</p>
<p>I prefer to put <i>operations</i> like creating / formatting charts, deleting blank rows, applying finicky formats, or sorting on &gt; 3 sort fields either in personal.xls or in an add-in (if it is to be shared with a group).  All of these actions can be performed and then will &#8217;stand alone&#8217; &#8211; it doesn&#8217;t matter if the next user has the same facility or not; the s/sheet has been chnaged in the way youi want and will stay that way.  If the next user can&#8217;t make the same change (really, they just can&#8217;t do so as easily) then that&#8217;s their problem, not yours.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
