<?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; instr</title>
	<atom:link href="http://www.automateexcel.com/tag/instr/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: Find Text in a String (instr)</title>
		<link>http://www.automateexcel.com/2004/08/14/excel_vba_find_text_in_a_string_instr/</link>
		<comments>http://www.automateexcel.com/2004/08/14/excel_vba_find_text_in_a_string_instr/#comments</comments>
		<pubDate>Sat, 14 Aug 2004 19:34:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[instr]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[You can use the instr function in VBA to test if a string contains certain text. The result is the number of times the specified text appears in the string. The following code snippet tests the string &#8220;Look in this string&#8221; for the word &#8220;Look&#8221;. The result is 1 since the word appears once. Public [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/14/excel_vba_find_text_in_a_string_instr/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

