<?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: Split97</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/05/20/split97/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/</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: sslaw</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-27936</link>
		<dc:creator>sslaw</dc:creator>
		<pubDate>Sun, 07 Oct 2007 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-27936</guid>
		<description>&lt;p&gt;Nice job with this. One note that might help others, The function call returned an error with me: &quot;Variable uses Automation type not supported in VB&quot;&lt;br&gt;
To resolve this, take out the VbBinaryCompare.  The function call then would read:&lt;/p&gt;
&lt;p&gt;Function Split97(ByVal sExpr As String, _&lt;br&gt;
    Optional sDelim As String = &quot; &quot;, _&lt;br&gt;
    Optional lLimit As Long = -1) As Variant&lt;/p&gt;
&lt;p&gt;Which then operates like the split function in later versions.  Thanks again for sharing this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice job with this. One note that might help others, The function call returned an error with me: &#8220;Variable uses Automation type not supported in VB&#8221;<br />
To resolve this, take out the VbBinaryCompare.  The function call then would read:</p>
<p>Function Split97(ByVal sExpr As String, _<br />
    Optional sDelim As String = &#8221; &#8220;, _<br />
    Optional lLimit As Long = -1) As Variant</p>
<p>Which then operates like the split function in later versions.  Thanks again for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tangiven</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-26989</link>
		<dc:creator>tangiven</dc:creator>
		<pubDate>Mon, 03 Sep 2007 03:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-26989</guid>
		<description>&lt;p&gt;GOOD JOB man&lt;/p&gt;
&lt;p&gt;your code has done me well..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>GOOD JOB man</p>
<p>your code has done me well..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BobbyMurcerFan</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-19131</link>
		<dc:creator>BobbyMurcerFan</dc:creator>
		<pubDate>Fri, 10 Mar 2006 06:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-19131</guid>
		<description>&lt;p&gt;GREAT WORK on this and the Replace function.&lt;/p&gt;
&lt;p&gt;Two quick things: First, the VbCompareMethod needs to be changed to Long (like with Replace97). Second, the double quotes need to be just straight double quotes, not angled ones. After I made these quick changes it complied and worked perfectly in Excel 97. &lt;/p&gt;
&lt;p&gt;Thanks again, these two functions have been REALLY HELPFUL. ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>GREAT WORK on this and the Replace function.</p>
<p>Two quick things: First, the VbCompareMethod needs to be changed to Long (like with Replace97). Second, the double quotes need to be just straight double quotes, not angled ones. After I made these quick changes it complied and worked perfectly in Excel 97. </p>
<p>Thanks again, these two functions have been REALLY HELPFUL. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry Dorion</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-17555</link>
		<dc:creator>Perry Dorion</dc:creator>
		<pubDate>Thu, 24 Nov 2005 21:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-17555</guid>
		<description>&lt;p&gt;Thanks a million&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a million</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALVIN MARABLE</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-14450</link>
		<dc:creator>ALVIN MARABLE</dc:creator>
		<pubDate>Fri, 08 Jul 2005 03:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-14450</guid>
		<description>&lt;p&gt;Thanks for this function! This will help lot of programmers (like me) tired enough to do impotant functions (like the one you did).&lt;/p&gt;
&lt;p&gt;Thanks again and more power!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this function! This will help lot of programmers (like me) tired enough to do impotant functions (like the one you did).</p>
<p>Thanks again and more power!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-1555</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Thu, 20 May 2004 18:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-1555</guid>
		<description>&lt;p&gt;That wasn&#039;t very neighborly of me.  I&#039;ve added a short comment at the top.  Thanks for pointing this out.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That wasn&#8217;t very neighborly of me.  I&#8217;ve added a short comment at the top.  Thanks for pointing this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vk</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-1554</link>
		<dc:creator>vk</dc:creator>
		<pubDate>Thu, 20 May 2004 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-1554</guid>
		<description>&lt;p&gt;Thanks, good point.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, good point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Miller</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-1553</link>
		<dc:creator>Andy Miller</dc:creator>
		<pubDate>Thu, 20 May 2004 17:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-1553</guid>
		<description>&lt;p&gt;The point is that Excel 2000+ has some built-in VBA functions that do not exist in Excel 97. Therefore, users of Excel 97 can use functions such as these to simulate functions that are built in to later versions.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The point is that Excel 2000+ has some built-in VBA functions that do not exist in Excel 97. Therefore, users of Excel 97 can use functions such as these to simulate functions that are built in to later versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vk</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/20/split97/#comment-1552</link>
		<dc:creator>vk</dc:creator>
		<pubDate>Thu, 20 May 2004 17:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=560#comment-1552</guid>
		<description>&lt;p&gt;What&#039;s your point?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What&#8217;s your point?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

