Thread: Mouvement macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fil Fil is offline
external usenet poster
 
Posts: 10
Default Mouvement macro

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?