View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default using mouse click events in macros

Events such as sheetbefore right-click and sheetbefore double-click will run
code.

See VBA help on mouse events.


Gord Dibben MS Excel MVP

On Fri, 11 Apr 2008 20:25:31 -0700, 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!