<?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: Convert Text to Uppercase</title>
	<atom:link href="http://nandeshwar.info/2007/09/17/convert-text-to-uppercase/feed/" rel="self" type="application/rss+xml" />
	<link>http://nandeshwar.info/2007/09/17/convert-text-to-uppercase/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convert-text-to-uppercase</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 22:41:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ashutosh</title>
		<link>http://nandeshwar.info/2007/09/17/convert-text-to-uppercase/comment-page-1/#comment-28</link>
		<dc:creator>Ashutosh</dc:creator>
		<pubDate>Thu, 20 Dec 2007 18:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://a7n9.wordpress.com/2007/09/17/convert-text-to-uppercase/#comment-28</guid>
		<description>Anon: True.&lt;br/&gt;&lt;br/&gt;I just wanted to demonstrate the use of array, and this was probably when I was new to VBA. BTW, your code is slightly inefficient too. Instead of having a cell dimmed as variant, it should be rngCell as Range.</description>
		<content:encoded><![CDATA[<p>Anon: True.</p>
<p>I just wanted to demonstrate the use of array, and this was probably when I was new to VBA. BTW, your code is slightly inefficient too. Instead of having a cell dimmed as variant, it should be rngCell as Range.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://nandeshwar.info/2007/09/17/convert-text-to-uppercase/comment-page-1/#comment-27</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 20 Dec 2007 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://a7n9.wordpress.com/2007/09/17/convert-text-to-uppercase/#comment-27</guid>
		<description>What a poor effort. Messy, too many variables, slow. Just do this:&lt;br/&gt;&#039;Will convert selected range to Upper case&lt;br/&gt;Sub Conv2UCase()&lt;br/&gt;Dim vCell As Variant&lt;br/&gt;&lt;br/&gt;For Each vCell In Selection&lt;br/&gt;    vCell.Value = UCase(vCell.Value)&lt;br/&gt;Next&lt;br/&gt;End Sub</description>
		<content:encoded><![CDATA[<p>What a poor effort. Messy, too many variables, slow. Just do this:<br />&#8216;Will convert selected range to Upper case<br />Sub Conv2UCase()<br />Dim vCell As Variant</p>
<p>For Each vCell In Selection<br />    vCell.Value = UCase(vCell.Value)<br />Next<br />End Sub</p>
]]></content:encoded>
	</item>
</channel>
</rss>

