<link rel="stylesheet" type="text/css" href="http://excelvbamacro.com/wp-content/plugins/wp-secure-by-sitesecuritymonitorcom/css/hiddenloginerror.css" /> <script type="text/javascript">document.getElementById('wp-version-message').innerHTML = '';</script> <?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 Cursor To One Cell Below Last Row With Data</title> <atom:link href="http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data/feed/" rel="self" type="application/rss+xml" /><link>http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data/</link> <description>Excel VBA Macro Tutorial and Examples</description> <lastBuildDate>Tue, 25 May 2010 20:23:08 +0800</lastBuildDate> <generator>http://wordpress.org/?v=415</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Poer</title><link>http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data/comment-page-1/#comment-295</link> <dc:creator>Poer</dc:creator> <pubDate>Mon, 08 Jun 2009 02:01:17 +0000</pubDate> <guid isPermaLink="false">http://excelvbamacro.com/?p=63#comment-295</guid> <description>Halo Richard,To cut and paste data from one cell to another cell in the same row, we can use something like this: &lt;pre class=&quot;brush:vb&quot;&gt; Sub Macro1() Application.CutCopyMode = False ActiveCell.Select Selection.Cut ActiveCell.Offset(0, 5).Select ActiveSheet.Paste End Sub &lt;/pre&gt;change 5 into the distance of destination column from the source column.</description> <content:encoded><![CDATA[<p>Halo Richard,</p><p>To cut and paste data from one cell to another cell in the same row, we can use something like this:</p><pre class="brush:vb">
Sub Macro1()

   Application.CutCopyMode = False

   ActiveCell.Select
   Selection.Cut

   ActiveCell.Offset(0, 5).Select
   ActiveSheet.Paste

End Sub
</pre><p>change 5 into the distance of destination column from the source column.</p> ]]></content:encoded> </item> <item><title>By: Richard Pontefract</title><link>http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data/comment-page-1/#comment-288</link> <dc:creator>Richard Pontefract</dc:creator> <pubDate>Tue, 05 May 2009 19:07:38 +0000</pubDate> <guid isPermaLink="false">http://excelvbamacro.com/?p=63#comment-288</guid> <description>Hello,I&#039;m trying to run a macro that will cut and paste data from one cell to another in the same row and want to be able to utlize that same macro on any row I choose. What does the formula look like when I don&#039;t want a specific column/row reference.Thx rgp</description> <content:encoded><![CDATA[<p>Hello,</p><p>I&#8217;m trying to run a macro that will cut and paste data from one cell to another in the same row and want to be able to utlize that same macro on any row I choose. What does the formula look like when I don&#8217;t want a specific column/row reference.</p><p>Thx<br /> rgp</p> ]]></content:encoded> </item> <item><title>By: Bob</title><link>http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data/comment-page-1/#comment-287</link> <dc:creator>Bob</dc:creator> <pubDate>Sun, 03 May 2009 20:35:30 +0000</pubDate> <guid isPermaLink="false">http://excelvbamacro.com/?p=63#comment-287</guid> <description>PK try this. ===================== Sub moveA30() Range(&quot;a30&quot;).Activate End Sub ===================== I presume you know how to assign the macro to the button object?</description> <content:encoded><![CDATA[<p>PK try this.<br /> =====================<br /> Sub moveA30()<br /> Range(&#8220;a30&#8243;).Activate<br /> End Sub<br /> =====================<br /> I presume you know how to assign the macro to the button object?</p> ]]></content:encoded> </item> <item><title>By: pvk</title><link>http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data/comment-page-1/#comment-275</link> <dc:creator>pvk</dc:creator> <pubDate>Thu, 19 Mar 2009 04:55:26 +0000</pubDate> <guid isPermaLink="false">http://excelvbamacro.com/?p=63#comment-275</guid> <description>Hi,I am a beginner using VBA. Can someone help me with the code that will bring my cursor back to cell A30 when I click a button that I&#039;ve inserted at around cell P,30.  I have inserted the button but can&#039;t get it to work using some hints i found online. thanksPK</description> <content:encoded><![CDATA[<p>Hi,</p><p>I am a beginner using VBA. Can someone help me with the code that will bring my cursor back to cell A30 when I click a button that I&#8217;ve inserted at around cell P,30.  I have inserted the button but can&#8217;t get it to work using some hints i found online. thanks</p><p>PK</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 9/19 queries in 0.030 seconds using disk

Served from: excelvbamacro.com @ 2010-07-30 19:45:44 -->