View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_4_] Dick Kusleika[_4_] is offline
external usenet poster
 
Posts: 595
Default Double Click Jump

On Sat, 22 Mar 2008 12:45:01 -0700, Wes
wrote:

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.
--
Dick Kusleika
Microsoft MVP-Excel
http://www.dailydoseofexcel.com