View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jack Jack is offline
external usenet poster
 
Posts: 4
Default ** Macro to auto-increment a cell using arrow keys?

Hi,

I need to create a macro that can be used to increment/decrement the
numeric contents of a cell based on repeatedly pressing the up or down
arrows. Each key press would modify the cell by a standard increment.
Up arrow would increase it and Down arrow woud decrease it.


Can anyone suggest an approach and perhaps a code example? I am not
very versed in VBA programming.


Thanks,
Jack