Trapping Double Click Short-Cuts?

C

Cordell

I have a drill-down type spreadsheet application where
the user can double-click a row on one sheet and is taken
to another sheet to see the detail for it (using
AutoFilter settings).

This works great except when the user accidentally double-
clicks on a cell border and is "helpfully" taken to last
row or column in the current sheet by Excel. I can't
seem to trap or detect that this is happening in my
BeforeDoubleClick event on the worksheet (nor in the
SheetBeforeDoubleClick event in the WorkBook object).

I would greatly appreciate any pointers on how to turn
this feature off or trap it in VBA code!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top