View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Is there a way to...

Sure, you could set up a worksheet_change event

target.offset(1,1).select

--
Don Guillett
SalesAid Software

"caviking" wrote in message
...
How do I mark the end of a spreadsheet? I want the cursor to jump down
one
row and over to the first column instead of keep moving to the right and
out
of my six cell spreadsheet. I am trying to simplify data entry by avoiding
to
take the hand of the 10 key pad. Is this possible?

Thanks in advance for any help on this.