Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a list that is added to daily. what i would like is for the cursor to
move one cell below the last entry, no matter where the cursor is. example: last entry is in A56, cursor is in B7, when i hit a button i want the cursor to go to A57. Thanks in Advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
cells(rows.count,1).End(xlup)(2).Select
-- Regards, Tom Ogilvy "choice" wrote in message ... i have a list that is added to daily. what i would like is for the cursor to move one cell below the last entry, no matter where the cursor is. example: last entry is in A56, cursor is in B7, when i hit a button i want the cursor to go to A57. Thanks in Advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cursor position | Excel Discussion (Misc queries) | |||
Cursor position | Excel Discussion (Misc queries) | |||
Cursor position? | Excel Discussion (Misc queries) | |||
Position Cursor to A1 | Excel Programming | |||
cursor position | Excel Programming |