<?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: VB Editor Settings</title>
	<atom:link href="http://peltiertech.com/WordPress/vbaide-settings/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/vbaide-settings/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:03:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Leonel Quezada</title>
		<link>http://peltiertech.com/WordPress/vbaide-settings/comment-page-1/#comment-212</link>
		<dc:creator>Leonel Quezada</dc:creator>
		<pubDate>Thu, 10 Apr 2008 20:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/15/vbaide-settings/#comment-212</guid>
		<description>I like to set Editor Format - Normal text - Foreground color - Red. This way you can easily identify all your hard-coded values.</description>
		<content:encoded><![CDATA[<p>I like to set Editor Format &#8211; Normal text &#8211; Foreground color &#8211; Red. This way you can easily identify all your hard-coded values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/vbaide-settings/comment-page-1/#comment-106</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 24 Mar 2008 11:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/15/vbaide-settings/#comment-106</guid>
		<description>Hi Zoltan -

You&#039;re getting ahead of me. I&#039;m working on another post that describes some of the features of the VBE. The Immediate Window is one that is useful for one-line commands or function calls, for displaying run-time information, and other uses. Other features include the Properties Pane, the Locals Windows, the Watch Window, etc.</description>
		<content:encoded><![CDATA[<p>Hi Zoltan -</p>
<p>You&#8217;re getting ahead of me. I&#8217;m working on another post that describes some of the features of the VBE. The Immediate Window is one that is useful for one-line commands or function calls, for displaying run-time information, and other uses. Other features include the Properties Pane, the Locals Windows, the Watch Window, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zoltan</title>
		<link>http://peltiertech.com/WordPress/vbaide-settings/comment-page-1/#comment-105</link>
		<dc:creator>Zoltan</dc:creator>
		<pubDate>Mon, 24 Mar 2008 10:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/15/vbaide-settings/#comment-105</guid>
		<description>Jon, Great tips, thanks.

I use immediate window too for testing one line commands.</description>
		<content:encoded><![CDATA[<p>Jon, Great tips, thanks.</p>
<p>I use immediate window too for testing one line commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/vbaide-settings/comment-page-1/#comment-102</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 17 Mar 2008 15:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/15/vbaide-settings/#comment-102</guid>
		<description>Doug - I see that I&#039;ve neglected the General tab of the VBE Options dialog.

&lt;img src=&quot;http://peltiertech.com/WordPress/wp-content/img2/VBOptionsGeneral.png&quot; alt=&quot;General Options Dialog&quot; /&gt;

I&#039;ve checked the Break on Unhandled Errors option. I don&#039;t know what&#039;s the default, but I &lt;em&gt;think&lt;/em&gt; my code breaks on class module errors. I&#039;d better check.

I notice that I&#039;ve also changed the grid units from 6 points to 3 points. I&#039;m a bit retentive about positioning controls on my dialogs.</description>
		<content:encoded><![CDATA[<p>Doug &#8211; I see that I&#8217;ve neglected the General tab of the VBE Options dialog.</p>
<p><img src="http://peltiertech.com/WordPress/wp-content/img2/VBOptionsGeneral.png" alt="General Options Dialog" /></p>
<p>I&#8217;ve checked the Break on Unhandled Errors option. I don&#8217;t know what&#8217;s the default, but I <em>think</em> my code breaks on class module errors. I&#8217;d better check.</p>
<p>I notice that I&#8217;ve also changed the grid units from 6 points to 3 points. I&#8217;m a bit retentive about positioning controls on my dialogs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Glancy</title>
		<link>http://peltiertech.com/WordPress/vbaide-settings/comment-page-1/#comment-101</link>
		<dc:creator>Doug Glancy</dc:creator>
		<pubDate>Mon, 17 Mar 2008 15:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/15/vbaide-settings/#comment-101</guid>
		<description>Jon, I still remember the happiness of discovering &quot;Break in class module&quot; under the General Tab.  That was a few versions of Excel back, but I believe it&#039;s still not the default.  If it&#039;s not checked, runtime errors in forms are bypassed, which can be very confusing, especially when stepping through code.</description>
		<content:encoded><![CDATA[<p>Jon, I still remember the happiness of discovering &#8220;Break in class module&#8221; under the General Tab.  That was a few versions of Excel back, but I believe it&#8217;s still not the default.  If it&#8217;s not checked, runtime errors in forms are bypassed, which can be very confusing, especially when stepping through code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/vbaide-settings/comment-page-1/#comment-104</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 17 Mar 2008 00:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/15/vbaide-settings/#comment-104</guid>
		<description>Michael - You&#039;re getting a bit ahead of me. I didn&#039;t mention the toolbars I display in the VBE, but the answer is all of them, and more. I display all four built in toolbars: Debug, Edit, Standard, and UserForm. I also display the toolbars from Stephen Bullen&#039;s VBE Tools and from MZ-Tools. I also find Stephen&#039;s Indenter indispensible. In a future post I will describe all of these VBE add-ins.</description>
		<content:encoded><![CDATA[<p>Michael &#8211; You&#8217;re getting a bit ahead of me. I didn&#8217;t mention the toolbars I display in the VBE, but the answer is all of them, and more. I display all four built in toolbars: Debug, Edit, Standard, and UserForm. I also display the toolbars from Stephen Bullen&#8217;s VBE Tools and from MZ-Tools. I also find Stephen&#8217;s Indenter indispensible. In a future post I will describe all of these VBE add-ins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://peltiertech.com/WordPress/vbaide-settings/comment-page-1/#comment-103</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 16 Mar 2008 18:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/15/vbaide-settings/#comment-103</guid>
		<description>Hi Jon -

I use three spaces for a tab, admittedly personal preference, but I just like the way that lines up &quot;If&quot; statements.

I also turn on the Edit toolbar from the View/Toolbar menu for easy commenting and uncommenting.  And Stephen Bullen&#039;s  Smart Indenter at

http://www.oaltd.co.uk/Indenter/Default.htm

is a must have for me.

...mrt</description>
		<content:encoded><![CDATA[<p>Hi Jon -</p>
<p>I use three spaces for a tab, admittedly personal preference, but I just like the way that lines up &#8220;If&#8221; statements.</p>
<p>I also turn on the Edit toolbar from the View/Toolbar menu for easy commenting and uncommenting.  And Stephen Bullen&#8217;s  Smart Indenter at</p>
<p><a href="http://www.oaltd.co.uk/Indenter/Default.htm" rel="nofollow">http://www.oaltd.co.uk/Indenter/Default.htm</a></p>
<p>is a must have for me.</p>
<p>&#8230;mrt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
