View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Run some code on a left click

How about using BeforeDoubleClick? This would run your code every time the
left mouse button is double clicked.

"cdb" wrote:

I have some code that I have managed to get to run when you right click in a
certain range of cells using the Worksheet_BeforeRightClick option. Is there
anyway of getting some code to work in the same range when there is a left
click??