Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default Move the cursor to the next row

Hi all.

What is the command to move the cursor from the cell it is in, to the cell
directly below it? Tried searching help and just got info on SmallScroll, End
and Rows. None of these are what I'm looking for.

Thanks in advance for any help provided.

Dan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,886
Default Move the cursor to the next row

Hi

Try
activecell.Offset(1,0).Select

--
Regards

Roger Govier


"danhattan" wrote in message
...
Hi all.

What is the command to move the cursor from the cell it is in, to the
cell
directly below it? Tried searching help and just got info on
SmallScroll, End
and Rows. None of these are what I'm looking for.

Thanks in advance for any help provided.

Dan



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default Move the cursor to the next row

Did just what I needed. Thanks much for the help.

"Roger Govier" wrote:

Hi

Try
activecell.Offset(1,0).Select

--
Regards

Roger Govier


"danhattan" wrote in message
...
Hi all.

What is the command to move the cursor from the cell it is in, to the
cell
directly below it? Tried searching help and just got info on
SmallScroll, End
and Rows. None of these are what I'm looking for.

Thanks in advance for any help provided.

Dan




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
move cursor on one sheet moves cursor on all sheets tdworden Excel Discussion (Misc queries) 2 July 22nd 07 10:50 PM
Move cursor to next row Hank Excel Discussion (Misc queries) 1 August 4th 06 09:56 PM
move cursor Peter[_55_] Excel Programming 7 September 26th 05 06:41 PM
Move Cursor to A1 Silver Excel Discussion (Misc queries) 3 January 7th 05 02:49 PM
HOW TO MOVE CURSOR Fernando Duran Excel Programming 2 September 17th 03 06:55 PM


All times are GMT +1. The time now is 10:48 PM.

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

About Us

"It's about Microsoft Excel"