<?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: Out With The Old</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/06/10/out-with-the-old/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/06/10/out-with-the-old/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/10/out-with-the-old/#comment-18883</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Sat, 18 Feb 2006 02:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=621#comment-18883</guid>
		<description>&lt;p&gt;sorry this is an &quot;out of the way&quot; test&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;test&lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;next&lt;/span&gt;&lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;sub&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>sorry this is an &#8220;out of the way&#8221; test</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer">test<br />
<span class="kw1">for</span> <span class="kw1">next</span><br />
<span class="kw1">sub</span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tramadol</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/10/out-with-the-old/#comment-3074</link>
		<dc:creator>Tramadol</dc:creator>
		<pubDate>Mon, 27 Dec 2004 12:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=621#comment-3074</guid>
		<description>&lt;p&gt;The secret of health for both mind and body is not to mourn for the past, worry about the future, or anticipate troubles but to live in the present moment wisely and earnestly. &lt;a href=&quot;http://www.tramadol-prescription.net&quot;&gt;Tramadol online&lt;/a&gt;The secret of health for both mind and body is not to mourn for the past, worry about the future, or anticipate troubles but to live in the present moment wisely and earnestly. &lt;a href=&quot;http://www.tramadol-prescription.net&quot;&gt;Tramadol online&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The secret of health for both mind and body is not to mourn for the past, worry about the future, or anticipate troubles but to live in the present moment wisely and earnestly. <a href="http://www.tramadol-prescription.net">Tramadol online</a>The secret of health for both mind and body is not to mourn for the past, worry about the future, or anticipate troubles but to live in the present moment wisely and earnestly. <a href="http://www.tramadol-prescription.net">Tramadol online</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/10/out-with-the-old/#comment-1726</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Mon, 14 Jun 2004 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=621#comment-1726</guid>
		<description>&lt;p&gt;&quot;code won&#039;t work in newer versions&quot; ? I haven&#039;t encountered that -and it shouldn&#039;t happen in theory. Could you post a sample ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;code won&#8217;t work in newer versions&#8221; ? I haven&#8217;t encountered that -and it shouldn&#8217;t happen in theory. Could you post a sample ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deb S</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/10/out-with-the-old/#comment-1725</link>
		<dc:creator>Deb S</dc:creator>
		<pubDate>Mon, 14 Jun 2004 06:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=621#comment-1725</guid>
		<description>&lt;p&gt;With Excel 2003 out I now have to test all my VBA applications in four versions of Excel. It&#039;s such a pain but I do have customers with these different versions. I have found many undocumented differences between the same code in these four versions. I never use references (so I don&#039;t have to deal with installing a .dll on the customer&#039;s PC) and always use what&#039;s only available in xl97 but there are still many times when the code won&#039;t work in newer versions. There are also times when it works in newer versions but not older. I don&#039;t want to write code for each version of Excel so this greatly increases the amount of time it takes to release a new application. When Microsoft says Excel is backward compatible they&#039;re NOT talking about VBA.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>With Excel 2003 out I now have to test all my VBA applications in four versions of Excel. It&#8217;s such a pain but I do have customers with these different versions. I have found many undocumented differences between the same code in these four versions. I never use references (so I don&#8217;t have to deal with installing a .dll on the customer&#8217;s PC) and always use what&#8217;s only available in xl97 but there are still many times when the code won&#8217;t work in newer versions. There are also times when it works in newer versions but not older. I don&#8217;t want to write code for each version of Excel so this greatly increases the amount of time it takes to release a new application. When Microsoft says Excel is backward compatible they&#8217;re NOT talking about VBA.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

