View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default using mouse click events in macros

Just to add, there is no event that will fire when you single click on a cell.

There is an event that will fire when you change selection--either by using the
mouse or by using the arrow keys or even Edit|goto.



spgandau wrote:

I am trying to use the mouse to select a cell, and based on that cell
selection, I want a macro to execute.....but I do not see any excel functions
or VBA functions that will activate upon any mouse click/selection.

Any help would be appreciated!


--

Dave Peterson