Double Click Jump

W

Wes

Hi, I've written some code that toggles the contents of a cell from a checked
box to an empty box. This works great unless the user accidentally clicks on
the edge of the cell. If the user does this, it jumps to the end of the
range of cells containing the boxes. I know this is a function of excel
which is supposed to be handy, but is there a way to stop this from
happening? (Is there a "click on the edge of a cell" event?

Also, is it possilble to change the mouse pointer to be a pointer while over
certain cells instead of being the big plus symbol?

Thanks in advance for your help.

Wes
 
D

Dick Kusleika

Hi, I've written some code that toggles the contents of a cell from a checked
box to an empty box. This works great unless the user accidentally clicks on
the edge of the cell. If the user does this, it jumps to the end of the
range of cells containing the boxes. I know this is a function of excel
which is supposed to be handy, but is there a way to stop this from
happening? (Is there a "click on the edge of a cell" event?

Also, is it possilble to change the mouse pointer to be a pointer while over
certain cells instead of being the big plus symbol?

You can change Application.CellDragAndDrop to False while your workbook is
showing. Just be sure to set it back to what it was when you're workbook
loses the focus.
 

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