<?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: Video HowTo: Create an Excel COM add-in in Visual Studio</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/2009/12/05/excel-addin-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog/2009/12/05/excel-addin-net/</link>
	<description>All about developing COM add-ins, smart tags and RTD servers in Visual Studio .NET, VSTO and Delphi + Add-in Express</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:42:41 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joon Nan</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/12/05/excel-addin-net/comment-page-1/#comment-9410</link>
		<dc:creator>Joon Nan</dc:creator>
		<pubDate>Mon, 12 Apr 2010 10:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=916#comment-9410</guid>
		<description>Wonderful tutorial!</description>
		<content:encoded><![CDATA[<p>Wonderful tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/12/05/excel-addin-net/comment-page-1/#comment-8832</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Mon, 07 Dec 2009 19:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=916#comment-8832</guid>
		<description>Thank you for your feedback. The problem is that it&#039;s hard to load a UDF into the same AddDomain in which an Excel COM add-in resides. It is possible in very simple scenarios, but I cannot give 100% guarantee it will work properly in all cases. That is why we recommend using XLLs instead of UDFs.</description>
		<content:encoded><![CDATA[<p>Thank you for your feedback. The problem is that it&#8217;s hard to load a UDF into the same AddDomain in which an Excel COM add-in resides. It is possible in very simple scenarios, but I cannot give 100% guarantee it will work properly in all cases. That is why we recommend using XLLs instead of UDFs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/12/05/excel-addin-net/comment-page-1/#comment-8826</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Sat, 05 Dec 2009 17:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=916#comment-8826</guid>
		<description>Thanks for getting back into Excel world :) One thing I would suggest to include is how to make an add-in that with both UI and user defined functions (UDFs) - a very common scenario in the world of finance. Typically GUI will help users enter some obscure parameters for UDFs - offer an app-specific function wizard.

Both UDFs &amp; UI must reside inside the same AppDomain (that was a major issue before your XLL project) as they most likely will share considerable state.</description>
		<content:encoded><![CDATA[<p>Thanks for getting back into Excel world :) One thing I would suggest to include is how to make an add-in that with both UI and user defined functions (UDFs) &#8211; a very common scenario in the world of finance. Typically GUI will help users enter some obscure parameters for UDFs &#8211; offer an app-specific function wizard.</p>
<p>Both UDFs &amp; UI must reside inside the same AppDomain (that was a major issue before your XLL project) as they most likely will share considerable state.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
