<?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>Automate Excel &#187; length</title>
	<atom:link href="http://www.automateexcel.com/tag/length/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Hundreds of Excel Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 21 Dec 2009 20:35:09 +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>VBA: Remove Characters from Left or Right Side of Variable Length String</title>
		<link>http://www.automateexcel.com/2005/02/18/excel_vba_remove_n_characters_from_left/</link>
		<comments>http://www.automateexcel.com/2005/02/18/excel_vba_remove_n_characters_from_left/#comments</comments>
		<pubDate>Fri, 18 Feb 2005 13:19:19 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Strings]]></category>
		<category><![CDATA[length]]></category>
		<category><![CDATA[remove characters]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you always know the length of a string, it&#8217;s easy to remove characters from it.  Example: If you have a string that is 10 characters and you want to remove 1 character from the Left side, simply return the right 9 characters:
msgbox Right(Mystring, 9)
This doesn&#8217;t work for a variable length string, or one [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/02/18/excel_vba_remove_n_characters_from_left/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
