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 How to force <enter to behave like <alt + <enter within a cell

Alt+Enter does what you want. enter is not supported for this this and
macros essentially don't run while editing a cell.

--
Regards,
Tom Ogilvy

"luckyinky" wrote in message
...
I want the cursor to go to the next line within a cell when the user

presses
the <enter key. Does anyone know how to do this?