Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Double click event on Cell

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   Report Post  
Posted to microsoft.public.excel.programming
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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Double click event on Cell

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   Report Post  
Posted to microsoft.public.excel.programming
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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a double click event for cell? Ayo Excel Discussion (Misc queries) 3 June 6th 08 12:18 AM
userform label double-click goes to click event John Paul Fullerton Excel Programming 3 May 19th 06 05:54 PM
Sheet After Double Click event? Tom Ogilvy Excel Programming 0 July 27th 04 05:59 PM
Key modifier for double-click event? Byrt Martinez[_3_] Excel Programming 1 February 20th 04 08:00 PM
Before Double Click Event gregork Excel Programming 4 February 9th 04 09:17 AM


All times are GMT +1. The time now is 11:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"