>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
[quoted text clipped - 5 lines]
>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.

Signature
Dick Kusleika
Microsoft MVP-Excel
http://www.dailydoseofexcel.com
Wes - 26 Mar 2008 17:36 GMT
Finally got back to my project.
Thanks very much This worked PERFECT!!!
> >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
[quoted text clipped - 9 lines]
> showing. Just be sure to set it back to what it was when you're workbook
> loses the focus.