<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Add-in Express Blogs &#187; Excel</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog</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 16:31:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Office 2010 Admin Templates and Add-in Express</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/12/office-2010-administrative-templates/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/12/office-2010-administrative-templates/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:56:23 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Add-in Express for Office and VCL]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2151</guid>
		<description><![CDATA[If you look at the list of known issues for the latest release of Add-in Express 2010, you'll notice a specific issue I myself ran into not so long ago: WebViewPane region cannot be used for folders if their WebViewOn and WebViewUrl properties cannot be set. Possible solution is setting the "Allow Script in shared folders" and "Allow Script in Public Folders" options in the security settings
]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/12/office-2010-administrative-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTD Servers and Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/05/rtd-servers-excel-2010-2002/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/05/rtd-servers-excel-2010-2002/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 17:10:24 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2109</guid>
		<description><![CDATA[Real-time data (RTD) is data that updates on its own schedule. The most common example is stock quotes, warehouse activities and web server loads. In this post, Northwind Traders has requested a sales dashboard in Excel that updates sales figures and targets dynamically by reading order information from their sales database]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/05/rtd-servers-excel-2010-2002/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Communicate with a COM add-in from a standalone application</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/02/standalone-application-addin-communicate/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/02/standalone-application-addin-communicate/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 17:02:09 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2105</guid>
		<description><![CDATA[In order to get a standalone application to communicate with a COM add-in, the application needs to have access to the running host application (Microsoft Excel in our case), get the COMAddins collection, find a needed instance of the add-in there and use reflection to call public methods or retrieve public properties]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/02/standalone-application-addin-communicate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Build and control Advanced Task Panes in Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/01/custom-task-panes/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/01/custom-task-panes/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:47:44 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2088</guid>
		<description><![CDATA[What I really write about today is the topic of Office task panes. Office 2003 calls them action panes. Office 2007 and 2010 call them custom task panes. At Add-in Express , they are known as Advanced Task Panes. What are they?]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/01/custom-task-panes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smart Tags and Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/06/28/smart-tags-office2010/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/06/28/smart-tags-office2010/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:30:35 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2068</guid>
		<description><![CDATA[Smart Tags is a feature in Office by which Word, Excel, PowerPoint and Outlook (if Word is used as the default editor) recognizes certain words and then presents the user with additional actions based on the selected text.  It is available in Office 2002 to 2007, it is noticeably absent in Office 2010 as it has been deprecated, meaning that Word, Excel, PowerPoint and Outlook will not automatically recognize words as in the previous versions]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/06/28/smart-tags-office2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling Outlook region&#8217;s state and form&#8217;s size in Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/06/25/outlook-regions-forms-size-state/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/06/25/outlook-regions-forms-size-state/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 10:50:36 +0000</pubDate>
		<dc:creator>Fedor Shihantsov</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook regions]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1794</guid>
		<description><![CDATA[Here I will tell you how and where you can control the state of the regions where a custom task pane or an Outlook region is located, and also show how you can control the size of those forms]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/06/25/outlook-regions-forms-size-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLL Add-ins and Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/06/22/excel-udf-xll-addins/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/06/22/excel-udf-xll-addins/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 11:15:08 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1974</guid>
		<description><![CDATA[As I've mentioned in one of my previous posts, Excel has become one of my favourite reporting tools in the last few years. It is also the primary tool for anyone doing a data clean-up or conversion project]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/06/22/excel-udf-xll-addins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2010 as development platform</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/06/14/office-2010-development-platform/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/06/14/office-2010-development-platform/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 17:46:12 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1935</guid>
		<description><![CDATA[By the time this blog post is published, the kick-off between South Africa and Mexico officially started the FIFA World Cup 2010! Just as South Africa has come a long way in preparing for the first football World Cup on African soil, so too has Office evolved into a promising and stable platform for developers to deliver ground breaking and exciting solutions for their customers and users]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/06/14/office-2010-development-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add-in Express 2010 and Office add-ins: Getting started</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/05/14/office2010-addins-getting-started/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/05/14/office2010-addins-getting-started/#comments</comments>
		<pubDate>Fri, 14 May 2010 14:29:58 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1689</guid>
		<description><![CDATA[I have used Add-in Express before and can honestly say that if you want to develop an MS Office add-in this product is definitely a worthwhile investment. In this post I’ll explain the benefits and some of the key features of Add-in Express 2010 for Office and .net when creating a small Office Add-in that is shared among Excel, Word and Outlook.]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/05/14/office2010-addins-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Create advanced task panes in Excel, Word and PowerPoint (Delphi)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/05/14/task-panes-delphi-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/05/14/task-panes-delphi-video-howto/#comments</comments>
		<pubDate>Fri, 14 May 2010 12:50:33 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Office and VCL]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1693</guid>
		<description><![CDATA[As you probably know Add-in Express for Office and VCL allows creating advanced task panes for MS Excel, Word and PowerPoint 2000-2010. Today we'll develop a single add-in project that supports Excel, Word and PowerPoint]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/05/14/task-panes-delphi-video-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
