View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy[_7_] Doug Glancy[_7_] is offline
external usenet poster
 
Posts: 55
Default Double click event on Cell

I've experienced that before but never knew what was happening. Next time
I'll know why the cursor suddenly jumped 20 rows!

Thanks,

Doug

"NickHK" wrote in message
...
I find this behaviour very annoying, if you are slightly off in your
positioning of the cursor.
I do not know of a way to turn it off.

NickHK

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
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