View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
witek witek is offline
external usenet poster
 
Posts: 147
Default Automatic cursor move

Howard wrote:
On Saturday, March 16, 2013 11:59:37 AM UTC-7, Paga Mike wrote:
Michel Gauthier;1610331 Wrote:

How can I get the cursor to move right upon inserting a digit from 1


to 9 in a cell using VBA without having to press enter or return




Do you want this behavior to occur for all cells or only certain cells?









--

Paga Mike


Do you have a solution for what Michel is asking?

If yes, I'd be interested in the all cell and the certain cells solution.

Regards,
Howard


it can probably be done at API level by modifying WM_CHAR message. it
would not be perfect and I am not sure if it is worth implementing.