View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Unger Dave Unger is offline
external usenet poster
 
Posts: 153
Default Application.OnDoubleClick

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