Thread: Mouvement macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
kassie kassie is offline
external usenet poster
 
Posts: 268
Default Mouvement macro

And once it reaches the first cell of the next row, how does it move from
there?

"Fil" wrote:

Hi, I'm developping an excel workbook where users enter some data, than
activate a macro that treat that data in some way, pretty standard stuff.
The problem is, the users have to enter a lot of data, so I need a macro
that they can activate, that will make it so that when they press enter, it
automatically goes to the next cell. It would pretty much move one cell left
every time they press enter until they get to the end of the line where it
will go to the first cell of the next line.
Is that possible? If so, how?