View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Double Click for all Sheets

Will the Workbook_SheetBeforeDoubleClick event be useful?

--
Cheers
Nigel



"Marvin" wrote in message
...
I want to define an action for all sheets in my current workbook to occur
when I double click.

Is there a way that I can code the macro only once and sue it for all
worksheets, or must I define the macro for each sheet?

Thanks