<?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>NAKBOOK.COM - Tutorials for Software and Hardware &#187; spreadsheets</title>
	<atom:link href="http://nakbook.com/tag/spreadsheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://nakbook.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 12:08:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Excel VBA Constants And User Defined Types</title>
		<link>http://nakbook.com/excel-vba-constants-and-user-defined-types/</link>
		<comments>http://nakbook.com/excel-vba-constants-and-user-defined-types/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 10:56:05 +0000</pubDate>
		<dc:creator>David Halbertson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[computer software]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Excel 2007 training courses]]></category>
		<category><![CDATA[Microsoft Excel VBA]]></category>
		<category><![CDATA[Microsoft Office 2007]]></category>
		<category><![CDATA[software programs]]></category>
		<category><![CDATA[spreadsheets]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nakbook.com/excel-vba-constants-and-user-defined-types/</guid>
		<description><![CDATA[Sometimes, in your Excel VBA code, you need to have a variable which always returns the same value. For example, if your application makes reference to a tax rate, having the rate in a variable will offer you a mechanism for changing the rate wherever you have used it in your application. Thus, instead of entering code like "TaxAmount = SubTototal * 0.15", you would use statements like "TaxAmount = SubTototal * TaxRate", where tax rate would be a constant.]]></description>
		<wfw:commentRss>http://nakbook.com/excel-vba-constants-and-user-defined-types/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
