Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Move to Next Row

How do you move to the next row from the current row?

Thanks,
JohnV
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Move to Next Row

Look in the Excel help for offset

Sub test()
ActiveCell.Offset(1, 0).Select
End Sub

Or use this

Sub test2()
Cells(ActiveCell.Row + 1, ActiveCell.Column).Select
End Sub



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"JohnV" wrote in message ...
How do you move to the next row from the current row?

Thanks,
JohnV



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Move to Next Row

Thanks, that did the trick. Was sure where to look.

Regards,
JohnV

-----Original Message-----
Look in the Excel help for offset

Sub test()
ActiveCell.Offset(1, 0).Select
End Sub

Or use this

Sub test2()
Cells(ActiveCell.Row + 1, ActiveCell.Column).Select
End Sub



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"JohnV" wrote in message

...
How do you move to the next row from the current row?

Thanks,
JohnV


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Move to Next Row

carefully press the down arrow ONCE

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"JohnV" wrote in message
...
How do you move to the next row from the current row?

Thanks,
JohnV



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default Move to Next Row

In a bad mood today?
--
HTH
Richard Choate, CPA

"Don Guillett" wrote in message
...
carefully press the down arrow ONCE

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"JohnV" wrote in message
...
How do you move to the next row from the current row?

Thanks,
JohnV






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Move to Next Row

Just being flippant since OP did not say very much about what was wanted.
Formula or vba. Just couldn't resist. I do flip out once in a while.

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"Richard Choate" wrote in message
...
In a bad mood today?
--
HTH
Richard Choate, CPA

"Don Guillett" wrote in message
...
carefully press the down arrow ONCE

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"JohnV" wrote in message
...
How do you move to the next row from the current row?

Thanks,
JohnV






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
Excel arrows don't move black box but move the window Thebit Excel Discussion (Misc queries) 1 April 13th 09 02:06 AM
Can I Move replace instead of Move copy [email protected] Excel Discussion (Misc queries) 2 January 9th 08 10:25 PM
excel-how to get the spreadsheet to move as I move the scroll tab excel toiler Excel Discussion (Misc queries) 6 November 7th 07 06:07 PM
How do I stop making the spreadsht move when I move up/dwn/lt/rt? Manny Excel Worksheet Functions 4 April 7th 06 10:30 PM
When I move scroll bar in excell the contents do not move with it ramneek Excel Discussion (Misc queries) 2 June 29th 05 07:35 PM


All times are GMT +1. The time now is 09:42 AM.

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"