Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a double click event for cell? | Excel Discussion (Misc queries) | |||
userform label double-click goes to click event | Excel Programming | |||
Sheet After Double Click event? | Excel Programming | |||
Key modifier for double-click event? | Excel Programming | |||
Before Double Click Event | Excel Programming |