<?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; remove characters</title>
	<atom:link href="http://www.automateexcel.com/tag/remove-characters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 24 Nov 2010 21:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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 [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/02/18/excel_vba_remove_n_characters_from_left/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

