<?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 names of some files in a directory</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/11/21/changing-names-of-some-files-in-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/11/21/changing-names-of-some-files-in-a-directory/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/11/21/changing-names-of-some-files-in-a-directory/#comment-42383</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3279#comment-42383</guid>
		<description>&lt;p&gt;Rob: I spent several formative years programming in languages with a very powerful compile-time language - extending well beyond the simple #If capabilities supported by VB.  So, one could say the use of compiler directives is second nature to me.&lt;/p&gt;
&lt;p&gt;In addition to using it for early/late binding, I also use compiler directives to &quot;remove&quot; code without actually removing it and testing new code while leaving the old code alone.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rob: I spent several formative years programming in languages with a very powerful compile-time language &#8211; extending well beyond the simple #If capabilities supported by VB.  So, one could say the use of compiler directives is second nature to me.</p>
<p>In addition to using it for early/late binding, I also use compiler directives to &#8220;remove&#8221; code without actually removing it and testing new code while leaving the old code alone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzz</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/11/21/changing-names-of-some-files-in-a-directory/#comment-42367</link>
		<dc:creator>fzz</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3279#comment-42367</guid>
		<description>&lt;p&gt;The advantages of using a single bushy procedure vs a wrapper udf calling one of two simpler, specific procedures (one using regexps the other not) is unclear to me.&lt;/p&gt;
&lt;p&gt;But then using VBA for this sort of thing rather than shell scripts, even batch files, seems pointless. While I could use batch files to generate Fibonacci numbers, I wouldn&#039;t. While I could use VBA to rename files, I wouldn&#039;t. Extolling the virtues of driving screws with hammers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The advantages of using a single bushy procedure vs a wrapper udf calling one of two simpler, specific procedures (one using regexps the other not) is unclear to me.</p>
<p>But then using VBA for this sort of thing rather than shell scripts, even batch files, seems pointless. While I could use batch files to generate Fibonacci numbers, I wouldn&#8217;t. While I could use VBA to rename files, I wouldn&#8217;t. Extolling the virtues of driving screws with hammers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hans schraven</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/11/21/changing-names-of-some-files-in-a-directory/#comment-42357</link>
		<dc:creator>hans schraven</dc:creator>
		<pubDate>Mon, 23 Nov 2009 12:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3279#comment-42357</guid>
		<description>&lt;p&gt;instead of your function addpathseparator&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;With&lt;/span&gt; Application&lt;br&gt;
&#160; &#160; &#160; &#160; DirName = Replace(DirName &amp; .PathSeparator, &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;(2, .PathSeparator), .PathSeparator)&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;With&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>instead of your function addpathseparator</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">With</span> Application<br />
&nbsp; &nbsp; &nbsp; &nbsp; DirName = Replace(DirName &amp;amp; .PathSeparator, <span class="kw1">String</span>(2, .PathSeparator), .PathSeparator)<br />
&nbsp; &nbsp; <span class="kw1">End</span> <span class="kw1">With</span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/11/21/changing-names-of-some-files-in-a-directory/#comment-42350</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Sun, 22 Nov 2009 20:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3279#comment-42350</guid>
		<description>&lt;p&gt;I&#039;d never considered using #Const to switch between Early and Late binding. Great idea!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;d never considered using #Const to switch between Early and Late binding. Great idea!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

