<?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>Excel Hints &#187; Excel Macro</title>
	<atom:link href="http://excelhints.com/tag/excel-macro/feed/" rel="self" type="application/rss+xml" />
	<link>http://excelhints.com</link>
	<description>Excel Tips and Tricks for All Levels</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
  <link>http://excelhints.com</link>
  <url>http://excelhints.com/Favicon.gif</url>
  <title>Excel Hints</title>
</image>
		<item>
		<title>Run a Macro When Opening a Workbook</title>
		<link>http://excelhints.com/2009/04/16/run-a-macro-when-opening-a-workbook/</link>
		<comments>http://excelhints.com/2009/04/16/run-a-macro-when-opening-a-workbook/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 03:31:09 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Auto_Open]]></category>
		<category><![CDATA[Excel Macro]]></category>

		<guid isPermaLink="false">http://excelhints.com/?p=633</guid>
		<description><![CDATA[There may be a time when you want a macro to run automatically every time you open a workbook.  Excel has a built in way to help with this &#8211; the Auto_Open subroutine (Workbook_Open achieves a similar result).  Each time Excel opens, Auto_Open() will run only once when the workbook is open.  Let&#8217;s go ahead [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Run a Macro When Opening a Workbook", url: "http://excelhints.com/2009/04/16/run-a-macro-when-opening-a-workbook/" });</script>]]></description>
		<wfw:commentRss>http://excelhints.com/2009/04/16/run-a-macro-when-opening-a-workbook/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Difference Between Sub and Function</title>
		<link>http://excelhints.com/2009/02/12/difference-between-sub-and-function/</link>
		<comments>http://excelhints.com/2009/02/12/difference-between-sub-and-function/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 04:12:22 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Sub vs Function]]></category>
		<category><![CDATA[Excel Function]]></category>
		<category><![CDATA[Excel Macro]]></category>

		<guid isPermaLink="false">http://excelhints.com/?p=563</guid>
		<description><![CDATA[The difference between when to use Sub and Function in VBA can be confusing.  Let&#8217;s take a look at some of the differences between the two and when they should be used.  Using these two features correctly can greatly increase the flexibility of your designs. Using Sub The easiest way to think of a sub vs [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Difference Between Sub and Function", url: "http://excelhints.com/2009/02/12/difference-between-sub-and-function/" });</script>]]></description>
		<wfw:commentRss>http://excelhints.com/2009/02/12/difference-between-sub-and-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
