Thread: cursor position
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default cursor position

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