<?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; VBA</title>
	<atom:link href="http://excelhints.com/tag/vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://excelhints.com</link>
	<description>Excel Tips and Tricks for All Levels</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:21:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Date Expire and Password Protect Your Excel Project</title>
		<link>http://excelhints.com/2011/06/12/date-expire-and-password-protect-your-excel-project/</link>
		<comments>http://excelhints.com/2011/06/12/date-expire-and-password-protect-your-excel-project/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 02:39:40 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Expiration Code]]></category>
		<category><![CDATA[Auto_Open]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Expire]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://excelhints.com/?p=873</guid>
		<description><![CDATA[When building your Excel projects, you may want to demo a trial version of the work you have completed without giving full access to the working program. There are a couple things you can do to the project to make it difficult to access the vba code you have created. In addition to that, we&#8217;ll [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Date Expire and Password Protect Your Excel Project", url: "http://excelhints.com/2011/06/12/date-expire-and-password-protect-your-excel-project/" });</script>]]></description>
		<wfw:commentRss>http://excelhints.com/2011/06/12/date-expire-and-password-protect-your-excel-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Stop Excel from Flickering during Macros</title>
		<link>http://excelhints.com/2010/03/13/how-to-stop-screen-from-flickering-during-macros/</link>
		<comments>http://excelhints.com/2010/03/13/how-to-stop-screen-from-flickering-during-macros/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 04:48:33 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[ScreenUpdating]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://excelhints.com/?p=774</guid>
		<description><![CDATA[If you&#8217;ve ever written or recorded a macro in Excel, you&#8217;ve no doubt noticed that it shows everything on the screen you tell it to do. Depending on the code, Excel will show different cell locations or even different worksheets being selected during run time. Below I&#8217;m going to show you a line of VBA [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to Stop Excel from Flickering during Macros", url: "http://excelhints.com/2010/03/13/how-to-stop-screen-from-flickering-during-macros/" });</script>]]></description>
		<wfw:commentRss>http://excelhints.com/2010/03/13/how-to-stop-screen-from-flickering-during-macros/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Writing a Macro</title>
		<link>http://excelhints.com/2009/03/01/writing-a-macro/</link>
		<comments>http://excelhints.com/2009/03/01/writing-a-macro/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 02:00:09 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Basic Macro]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Sub]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://excelhints.com/?p=580</guid>
		<description><![CDATA[You may have heard a macro as being referred to also as a sub or subroutine, but any way you phrase it, it is a set of instructions in VBA used to perform an action.  Using macros in Excel will greatly enhance your Excel experience and open up many possibilities through flexibility and speed.  In [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Writing a Macro", url: "http://excelhints.com/2009/03/01/writing-a-macro/" });</script>]]></description>
		<wfw:commentRss>http://excelhints.com/2009/03/01/writing-a-macro/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Is VBA in Excel 2007 Slower Than in Excel 2003?</title>
		<link>http://excelhints.com/2009/01/07/is-vba-in-excel-2007-slower-than-in-excel-2003/</link>
		<comments>http://excelhints.com/2009/01/07/is-vba-in-excel-2007-slower-than-in-excel-2003/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:20:57 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Excel Info]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://excelhints.com/?p=532</guid>
		<description><![CDATA[The Microsoft Excel Blog  has an interesting post about the speed of Excel 2007&#8242;s VBA.  Apparently it has come to their attention that in some cases the VBA in Excel 2007 is not running as quick as its 2003 predecessor.   I personally have not come across an instance where this has happened, but apparently many Excel 2007 users have.  The blog [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Is VBA in Excel 2007 Slower Than in Excel 2003?", url: "http://excelhints.com/2009/01/07/is-vba-in-excel-2007-slower-than-in-excel-2003/" });</script>]]></description>
		<wfw:commentRss>http://excelhints.com/2009/01/07/is-vba-in-excel-2007-slower-than-in-excel-2003/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

