Thread: click event
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tjh tjh is offline
external usenet poster
 
Posts: 96
Default click event

Hello,

I would like to run a procedure whenever a cell is clicked/selected on a
spreadsheet. The standard event procedures do not seem to have one of these.
I would also like this procedure to run, even if another procedure is
currently running --- therefore stopping the first procedure and then running
the click event procedure.

Thank you for your help.