<?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: Updating Values En Masse</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/06/25/updating-values-en-masse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/06/25/updating-values-en-masse/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kevin</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/25/updating-values-en-masse/#comment-1855</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 16 Aug 2004 22:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=656#comment-1855</guid>
		<description>&lt;p&gt;I didn&#039;t realize this function existed.  That&#039;s easier than the method I was using, which was this code:&lt;/p&gt;
&lt;p&gt;Sub text2num()&lt;br&gt;
    Dim cell As Range&lt;/p&gt;
&lt;p&gt;    For Each cell In Selection&lt;br&gt;
        cell.Formula = cell.Formula&lt;br&gt;
    Next&lt;br&gt;
End Sub&lt;/p&gt;
&lt;p&gt;This works too, but it&#039;s easier to explain your way to the other people I work with.  People who get clammy hands and cold sweats when you tell them to open the VBA editor.  People who are probably better off leaving VBA alone.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t realize this function existed.  That&#8217;s easier than the method I was using, which was this code:</p>
<p>Sub text2num()<br />
    Dim cell As Range</p>
<p>    For Each cell In Selection<br />
        cell.Formula = cell.Formula<br />
    Next<br />
End Sub</p>
<p>This works too, but it&#8217;s easier to explain your way to the other people I work with.  People who get clammy hands and cold sweats when you tell them to open the VBA editor.  People who are probably better off leaving VBA alone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/25/updating-values-en-masse/#comment-1854</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Wed, 11 Aug 2004 03:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=656#comment-1854</guid>
		<description>&lt;p&gt;What is so great about this technique, is that it preserves formulas in the cells you are updating.&lt;/p&gt;
&lt;p&gt;If you know in advance that you will be &quot;updating en masse&quot;, try representing the values as formulas; =123 instead of 123. After (multiple) updating, you will always find how each cell was updated by looking at its formula; e.g. =((123)+10)*1.05&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What is so great about this technique, is that it preserves formulas in the cells you are updating.</p>
<p>If you know in advance that you will be &#8220;updating en masse&#8221;, try representing the values as formulas; =123 instead of 123. After (multiple) updating, you will always find how each cell was updated by looking at its formula; e.g. =((123)+10)*1.05</p>
]]></content:encoded>
	</item>
</channel>
</rss>

