View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default DoubleClick Method?

What is being refered to by events is that the workbook or worksheet is
listening for the user to initiate the event and upon catching that event it
executes the code. So when the user double clicks on a cell that triggers the
code to run.
--
HTH...

Jim Thomlinson


"mickey" wrote:

Excel help states "this is the same as double-clicking a cell", however it
doesn't appear to initiate either the Worksheet, or Workbook
"BeforeDoubleCLick" events?

Shouldn't the "DoubleClick" method trigger one, or both of the
"BeforeDoubleClick" events?