</iframe></iframe><?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to get an Acronym using Excel VBA?</title>
	<atom:link href="http://excelvbamacro.com/acronym-excel-vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://excelvbamacro.com/acronym-excel-vba/</link>
	<description>Excel VBA Macro Tutorial and Examples</description>
	<lastBuildDate>Wed, 28 Oct 2009 14:16:16 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Excel VBA Macro</title>
		<link>http://excelvbamacro.com/acronym-excel-vba/comment-page-1/#comment-324</link>
		<dc:creator>Excel VBA Macro</dc:creator>
		<pubDate>Sat, 20 Jun 2009 14:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://excelvbamacro.com/?p=530#comment-324</guid>
		<description>JP, you are the best :D</description>
		<content:encoded><![CDATA[<p>JP, you are the best <img src='http://excelvbamacro.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://excelvbamacro.com/acronym-excel-vba/comment-page-1/#comment-323</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Sat, 20 Jun 2009 12:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://excelvbamacro.com/?p=530#comment-323</guid>
		<description>You can also do this with a formula.

=LEFT(A1,1)&amp;MID(A1,FIND(&quot; &quot;,A1)+1,1)&amp;MID(A1,FIND(&quot; &quot;,A1,FIND(&quot; &quot;,A1)+1)+1,1)</description>
		<content:encoded><![CDATA[<p>You can also do this with a formula.</p>
<p>=LEFT(A1,1)&amp;MID(A1,FIND(&#8221; &#8220;,A1)+1,1)&amp;MID(A1,FIND(&#8221; &#8220;,A1,FIND(&#8221; &#8220;,A1)+1)+1,1)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
