<?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: Changing Text Case</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/11/12/changing-text-case/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/11/12/changing-text-case/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Greg Miller</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/12/changing-text-case/#comment-2550</link>
		<dc:creator>Greg Miller</dc:creator>
		<pubDate>Fri, 12 Nov 2004 19:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=857#comment-2550</guid>
		<description>&lt;p&gt;Oops, forgot an i=i+1 at the bottom of the while loop.  Also the indenting didn&#039;t work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oops, forgot an i=i+1 at the bottom of the while loop.  Also the indenting didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Miller</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/12/changing-text-case/#comment-2549</link>
		<dc:creator>Greg Miller</dc:creator>
		<pubDate>Fri, 12 Nov 2004 19:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=857#comment-2549</guid>
		<description>&lt;p&gt;Another way which doesn&#039;t require you to specify exactly how many cells you want to do is:&lt;/p&gt;
&lt;p&gt;Sub ConvertUpper()&lt;br&gt;
   dim i as integer&lt;br&gt;
   i=0&lt;br&gt;
   while range(&quot;a1?).offset(0,i).value &lt;&gt; &quot;&quot;&lt;br&gt;
      range(&quot;a1?).offset(0,i).value=UCase(range(&quot;a1?).offset(0,i).value)&lt;br&gt;
   wend&lt;br&gt;
End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another way which doesn&#8217;t require you to specify exactly how many cells you want to do is:</p>
<p>Sub ConvertUpper()<br />
   dim i as integer<br />
   i=0<br />
   while range(&#8220;a1?).offset(0,i).value &lt;&gt; &#8220;&#8221;<br />
      range(&#8220;a1?).offset(0,i).value=UCase(range(&#8220;a1?).offset(0,i).value)<br />
   wend<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/12/changing-text-case/#comment-2548</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Fri, 12 Nov 2004 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=857#comment-2548</guid>
		<description>&lt;p&gt;From the UI you could:&lt;br&gt;
- add a column&lt;br&gt;
- enter the case changing formula &#039;=upper(??)&#039;&lt;br&gt;
- copy the resulting values&lt;br&gt;
- paste special/values back over the original values&lt;br&gt;
- delete the column you added.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>From the UI you could:<br />
- add a column<br />
- enter the case changing formula &#8216;=upper(??)&#8217;<br />
- copy the resulting values<br />
- paste special/values back over the original values<br />
- delete the column you added.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

