<?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: Replace97</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/05/20/replace97/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/05/20/replace97/</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: Thomas G.</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/replace97/#comment-31998</link>
		<dc:creator>Thomas G.</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=559#comment-31998</guid>
		<description>&lt;p&gt;You just never know the effect you have...&lt;br&gt;
I used the curent Replace function in a cross-platform Excel solution (version 2003 -2007) and it threw an error in the Mac version.  After some reading and determinig that the VBA engine in Excel:Mac uses the 97 VBA engine I was starting to think I would have to re-create the function.  Fortunately finding your solution saved me that time.  So even though you wrote the function over four years ago you can take comfort in the fact that your code is still making an impact today...THANKS!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You just never know the effect you have&#8230;<br />
I used the curent Replace function in a cross-platform Excel solution (version 2003 -2007) and it threw an error in the Mac version.  After some reading and determinig that the VBA engine in Excel:Mac uses the 97 VBA engine I was starting to think I would have to re-create the function.  Fortunately finding your solution saved me that time.  So even though you wrote the function over four years ago you can take comfort in the fact that your code is still making an impact today&#8230;THANKS!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg S</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/replace97/#comment-11143</link>
		<dc:creator>Greg S</dc:creator>
		<pubDate>Wed, 20 Apr 2005 00:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=559#comment-11143</guid>
		<description>&lt;p&gt;You are my savior.  The replacing of the single ampersand to double was KILLING me.  Thanks for the function.&lt;/p&gt;
&lt;p&gt;When we upgrade above Excel 97, will this still be needed, or is a Replace function accepted in these later versions?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You are my savior.  The replacing of the single ampersand to double was KILLING me.  Thanks for the function.</p>
<p>When we upgrade above Excel 97, will this still be needed, or is a Replace function accepted in these later versions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Elder</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/replace97/#comment-1551</link>
		<dc:creator>Neil Elder</dc:creator>
		<pubDate>Tue, 07 Sep 2004 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=559#comment-1551</guid>
		<description>&lt;p&gt;The function fails on an Office 97 box on compilation.&lt;br&gt;
The error returned suggests the type &#039;VbCompareMethod&#039; or  value vbBinaryCompareis not supported.&lt;/p&gt;
&lt;p&gt;Any idea why?&lt;br&gt;
I am calling the function from a macro in Excel 97&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The function fails on an Office 97 box on compilation.<br />
The error returned suggests the type &#8216;VbCompareMethod&#8217; or  value vbBinaryCompareis not supported.</p>
<p>Any idea why?<br />
I am calling the function from a macro in Excel 97</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/replace97/#comment-1550</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Fri, 21 May 2004 17:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=559#comment-1550</guid>
		<description>&lt;p&gt;Yes, good points Dick.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, good points Dick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/replace97/#comment-1549</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Thu, 20 May 2004 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=559#comment-1549</guid>
		<description>&lt;p&gt;Juan:  Substitute works for most cases, but it lacks some flexibility like how many instances to replace, where to start, and compare method.  Also, it doesn&#039;t mirror the Replace function which only returns text from the Start argument, not the whole string.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Juan:  Substitute works for most cases, but it lacks some flexibility like how many instances to replace, where to start, and compare method.  Also, it doesn&#8217;t mirror the Replace function which only returns text from the Start argument, not the whole string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/replace97/#comment-1548</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Thu, 20 May 2004 20:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=559#comment-1548</guid>
		<description>&lt;p&gt;Hey, how about using the SUBSTITUTE function instead ?&lt;/p&gt;
&lt;p&gt;Application.Substitute(sText, sFind, sReplace, [Instance])&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, how about using the SUBSTITUTE function instead ?</p>
<p>Application.Substitute(sText, sFind, sReplace, [Instance])</p>
]]></content:encoded>
	</item>
</channel>
</rss>

