Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you move to the next row from the current row?
Thanks, JohnV |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel arrows don't move black box but move the window | Excel Discussion (Misc queries) | |||
Can I Move replace instead of Move copy | Excel Discussion (Misc queries) | |||
excel-how to get the spreadsheet to move as I move the scroll tab | Excel Discussion (Misc queries) | |||
How do I stop making the spreadsht move when I move up/dwn/lt/rt? | Excel Worksheet Functions | |||
When I move scroll bar in excell the contents do not move with it | Excel Discussion (Misc queries) |