Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Command to move down one row

ActiveCell.Offset(1,0).Select

or

selection.Offset(1,0).Select

--
Regards,
Tom Ogilvy

" wrote in
message ...
Help! Is there a command to move down one row regardless of where you are

in the spreadsheet? When I use the autorecord, VB selects a specific cell.
Using Selection.End(xlDown).Select sequentially drops it all the way to the
last two. Help!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA command to move cursor dhstein Excel Discussion (Misc queries) 3 March 28th 10 05:55 PM
command to move to different sheet hberg Excel Worksheet Functions 1 January 27th 10 05:13 PM
command button to move data dummy Excel Worksheet Functions 3 December 5th 09 06:44 PM
VB command to move down one row merry_fay Excel Discussion (Misc queries) 1 December 13th 07 01:14 PM
Use of Command Buttons to Move Through Worksheets golf4 Excel Programming 1 April 11th 04 03:46 PM


All times are GMT +1. The time now is 04:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"