View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Double click event on Cell

Don't double-click on the bottom border of the cell.

Or on any edge, for that matter. You can also go up, left or right.

Hopefully there is a better answer. I also would like to know how to turn this
jump-to feature off.


Gord Dibben MS Excel MVP

On Mon, 05 Mar 2007 13:35:55 +1300, kirkm
wrote:

Sometimes, instead of running 'Private Sub
Worksheet_BeforeDoubleClick'
the cursor just shoots to the last row in a worksheet.

Is there any way to prevent this and run the module reliably?

Thanks - Kirk