Put this code into  *Sheet1 Module*

Private Sub Worksheet_Change(ByVal Target As Range)
   With Target
   If .Count = 1 Then
      If .Column = 8 Then Target(1, 2).Activate
      If .Column = 9 Then Target(2, 0).Activate
   End If
   End With
End Sub

' this macro run in column H and column I of Sheet1 only




On Tue, May 17, 2011 at 5:58 PM, John A. Smith <johnasmit...@gmail.com>wrote:

> I need a macro that will move the curser in a specific pattern of; Right
> one cell the first time, and down one and left one the second time and then
> repeat.
>
> It would save a lot of time entering the data in two side by side columns
> so I need it to not be column specific (so I could use it in any two side by
> side columns).
>
> Thank you for your continueing dedication to helping others with Excel.
>
> John
>
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Attachment: ctv_Special Cursor Movement Upon Hitting Enter on H or I columns ONLY.xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12

Reply via email to