View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave[_25_] Dave[_25_] is offline
external usenet poster
 
Posts: 1
Default Macro to Increment a Cell's Value By 1

Sorry if this is a stupid question.

I would like to have a macro activated by a button. You
would select a cell (for example, with "2" in it), click
the button, and the value in the cell would be incremented
by 1 (in the example, it would now be "3"). Is is possible
to do, and can anyone tell me how to do it?

Thanks,

Dave