<?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: Quick TTC Classes</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/03/03/quick-ttc-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/03/03/quick-ttc-classes/</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: Bob Phillips</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/03/quick-ttc-classes/#comment-38323</link>
		<dc:creator>Bob Phillips</dc:creator>
		<pubDate>Thu, 05 Mar 2009 11:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2186#comment-38323</guid>
		<description>&lt;p&gt;I have developed a habit of never having On Error Resume Next in a main procedure. I delegate that code off to a separate function, simply&lt;/p&gt;
&lt;p&gt;On Error Resume Next&lt;br&gt;
    Do its stuff&lt;br&gt;
On Error Goto 0&lt;/p&gt;
&lt;p&gt;and call that function from my main procedure. I am jsut paranoid about messing up my error handling :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have developed a habit of never having On Error Resume Next in a main procedure. I delegate that code off to a separate function, simply</p>
<p>On Error Resume Next<br />
    Do its stuff<br />
On Error Goto 0</p>
<p>and call that function from my main procedure. I am jsut paranoid about messing up my error handling <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/03/quick-ttc-classes/#comment-38320</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 05 Mar 2009 00:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2186#comment-38320</guid>
		<description>&lt;p&gt;Good one Charlie.  I stripped out the error handler for brevity, but I knew I would screw it up.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good one Charlie.  I stripped out the error handler for brevity, but I knew I would screw it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Hall</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/03/quick-ttc-classes/#comment-38318</link>
		<dc:creator>Charlie Hall</dc:creator>
		<pubDate>Wed, 04 Mar 2009 18:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2186#comment-38318</guid>
		<description>&lt;p&gt;Just a minor note - in the AddDelimiter Sub you use On Error Goto ErrorHandler and On Error Goto 0 - probably need to use one or the other&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just a minor note &#8211; in the AddDelimiter Sub you use On Error Goto ErrorHandler and On Error Goto 0 &#8211; probably need to use one or the other</p>
<p>Charlie</p>
]]></content:encoded>
	</item>
</channel>
</rss>

