Thread: Excel tabs
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Excel tabs

how do you know the user has finished entering data?

http://www.cpearson.com/excel/events.htm

Look at selectionchange or change events at the workbook level if you want
to "sense" that the user has finished.

--
Regards,
Tom Ogilvy


"Ron" wrote:

Not good at macros. Help?

"Mike" wrote:

You would need a macro to do that or

CTRL + Page down

"Ron" wrote:

Move from one excel tab to another automaticly, after entering data in your
last cell.