View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
isabelle isabelle is offline
external usenet poster
 
Posts: 587
Default Application.OnDoubleClick

hi Dave,

is this a vb method?
can you show us the example you have try?

isabelle

Le 2013-02-01 22:56, Dave Unger a écrit :
Hello,

While perusing various groups re "Worksheet_BeforeDoubleClick",


I came across a few references/examples to "Application.OnDoubleClick".

I tried it out, and it works as expected, but it's a new one to me.

I can find no mention of it in the Help, and also can't find it in the
Application Object methods -

I would expect to see it listed before OnKey, but surprisingly, it's not
there. Should I be looking elsewhere for documentation on this?

Regards,

DaveU