<?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: Move After Selection</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:01:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matt Vidas</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-29257</link>
		<dc:creator>Matt Vidas</dc:creator>
		<pubDate>Fri, 07 Dec 2007 19:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-29257</guid>
		<description>&lt;p&gt;Amy,&lt;/p&gt;
&lt;p&gt;Were you originally in B5 and hit Tab twice to get to D5 before hitting Enter? That is the way Excel works, which can be quite helpful if you&#039;re entering records of multiple fields each. Otherwise you&#039;ll have to reset that &#039;feature&#039; by using an arrow key (either use the right arrow to get to D initially, or just hit the down arrow from D if you used the tab before it).&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Amy,</p>
<p>Were you originally in B5 and hit Tab twice to get to D5 before hitting Enter? That is the way Excel works, which can be quite helpful if you&#8217;re entering records of multiple fields each. Otherwise you&#8217;ll have to reset that &#8216;feature&#8217; by using an arrow key (either use the right arrow to get to D initially, or just hit the down arrow from D if you used the tab before it).</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy Gatten</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-29235</link>
		<dc:creator>Amy Gatten</dc:creator>
		<pubDate>Thu, 06 Dec 2007 19:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-29235</guid>
		<description>&lt;p&gt;Hello -&lt;br&gt;
Hoping for some help: Excel 2003 is defaulting movement after Enter to the next line down (normal for me), but several columns to the right, as if it&#039;s intuiting the table of data.&lt;/p&gt;
&lt;p&gt;I have Tools-Options-Move selection after Enter checked for Down, but I&#039;m getting movement from D5 to B6 instead of from D5 to D6 (for example).  &lt;/p&gt;
&lt;p&gt;Any ideas would be very much appreciated!&lt;br&gt;
Thank you!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello -<br />
Hoping for some help: Excel 2003 is defaulting movement after Enter to the next line down (normal for me), but several columns to the right, as if it&#8217;s intuiting the table of data.</p>
<p>I have Tools-Options-Move selection after Enter checked for Down, but I&#8217;m getting movement from D5 to B6 instead of from D5 to D6 (for example).  </p>
<p>Any ideas would be very much appreciated!<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-22689</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Wed, 07 Mar 2007 13:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-22689</guid>
		<description>&lt;p&gt;I have one to toggle Word Wrap.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have one to toggle Word Wrap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mschaef</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-16059</link>
		<dc:creator>mschaef</dc:creator>
		<pubDate>Tue, 20 Sep 2005 16:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-16059</guid>
		<description>&lt;p&gt;I wrote up refinement two on my website, linked above. VBA made it pretty easy....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I wrote up refinement two on my website, linked above. VBA made it pretty easy&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mschaef</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-16051</link>
		<dc:creator>mschaef</dc:creator>
		<pubDate>Tue, 20 Sep 2005 14:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-16051</guid>
		<description>&lt;p&gt;One suggestion: have your macro dump out the current state to the status bar when it runs. That way you can more easily tell what mode you just entered.&lt;/p&gt;
&lt;p&gt;Refinement two (more difficult): Have the macro set up such that the first time you press it, it displays the current state. The second time you execute it within half a second or so, it toggles the state.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One suggestion: have your macro dump out the current state to the status bar when it runs. That way you can more easily tell what mode you just entered.</p>
<p>Refinement two (more difficult): Have the macro set up such that the first time you press it, it displays the current state. The second time you execute it within half a second or so, it toggles the state.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-16043</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 20 Sep 2005 11:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-16043</guid>
		<description>&lt;p&gt;I always keep Move Selection off. If I want to move down (or right) after each entry, I click the arrow key instead of Enter. It&#039;s worked for over a decade.&lt;/p&gt;
&lt;p&gt;My procedure I run to fix calc, screen updating, enable events, cursor, etc., is called &quot;oops&quot;, so it&#039;s easy to find.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I always keep Move Selection off. If I want to move down (or right) after each entry, I click the arrow key instead of Enter. It&#8217;s worked for over a decade.</p>
<p>My procedure I run to fix calc, screen updating, enable events, cursor, etc., is called &#8220;oops&#8221;, so it&#8217;s easy to find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-16036</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Tue, 20 Sep 2005 09:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-16036</guid>
		<description>&lt;p&gt;And of course:&lt;/p&gt;
&lt;p&gt;Sub restore()&lt;br&gt;
    Dim obar As CommandBar&lt;br&gt;
    For Each obar In Application.CommandBars&lt;br&gt;
        obar.Enabled = True&lt;br&gt;
    Next&lt;br&gt;
End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And of course:</p>
<p>Sub restore()<br />
    Dim obar As CommandBar<br />
    For Each obar In Application.CommandBars<br />
        obar.Enabled = True<br />
    Next<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-16012</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Mon, 19 Sep 2005 23:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-16012</guid>
		<description>&lt;p&gt;Public Sub ResetExcel()&lt;br&gt;
On Error Resume Next&lt;br&gt;
Application.EnableEvents = True&lt;br&gt;
Application.StatusBar = False&lt;br&gt;
Application.Calculation = xlAutomatic&lt;br&gt;
Application.Cursor = xlDefault&lt;br&gt;
Application.ReferenceStyle = xlA1&lt;br&gt;
ActiveSheet.EnableSelection = xlNoRestrictions&lt;br&gt;
ActiveSheet.ClearArrows&lt;br&gt;
ActiveSheet.DisplayAutomaticPageBreaks = False&lt;br&gt;
End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Public Sub ResetExcel()<br />
On Error Resume Next<br />
Application.EnableEvents = True<br />
Application.StatusBar = False<br />
Application.Calculation = xlAutomatic<br />
Application.Cursor = xlDefault<br />
Application.ReferenceStyle = xlA1<br />
ActiveSheet.EnableSelection = xlNoRestrictions<br />
ActiveSheet.ClearArrows<br />
ActiveSheet.DisplayAutomaticPageBreaks = False<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-16008</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Mon, 19 Sep 2005 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-16008</guid>
		<description>&lt;p&gt;&quot;I toggle A1-R1C1?&lt;/p&gt;
&lt;p&gt;Really?  I&#039;ve never used R1C1.&lt;/p&gt;
&lt;p&gt;&quot;Another one is &quot;Reset Excel&quot;&quot;&lt;/p&gt;
&lt;p&gt;Ooh, that&#039;s a good idea.  I&#039;ve been doing it in the Immediate Window - but no more.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;I toggle A1-R1C1?</p>
<p>Really?  I&#8217;ve never used R1C1.</p>
<p>&#8220;Another one is &#8220;Reset Excel&#8221;"</p>
<p>Ooh, that&#8217;s a good idea.  I&#8217;ve been doing it in the Immediate Window &#8211; but no more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/09/19/move-after-selection/#comment-16001</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Mon, 19 Sep 2005 19:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1241#comment-16001</guid>
		<description>&lt;p&gt;There are Tools - Options settings that should just be there at a click or, at the most, two. But which ones is probably a question of style and habits. I toggle A1-R1C1 countless times every day, so that&#039;s my most frequently used personal macro. &lt;/p&gt;
&lt;p&gt;Another one is &quot;Reset Excel&quot;, code setting calculation to automatic, enable selection all, enable events true, application statusbar false and all those other little things that my new and crashed code intended to reset at the end if I&#039;d written it right from the beginning.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There are Tools &#8211; Options settings that should just be there at a click or, at the most, two. But which ones is probably a question of style and habits. I toggle A1-R1C1 countless times every day, so that&#8217;s my most frequently used personal macro. </p>
<p>Another one is &#8220;Reset Excel&#8221;, code setting calculation to automatic, enable selection all, enable events true, application statusbar false and all those other little things that my new and crashed code intended to reset at the end if I&#8217;d written it right from the beginning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

