View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RyanH RyanH is offline
external usenet poster
 
Posts: 586
Default Change Mouse Pointer on protected sheet.

I have a Worksheet BeforeDoubleClick Event. Currently if the user double
clicks inbetween two cells the event isn't fired. What happens in this
situation seems to be the equivalent of hitting End + Down Arrow. So if the
user doesn't totally click inside the cell the event doesn't fire. Is there
a way to turn this off? Or can I change the mouse icon from a "plus sign" to
a typical "arrow"?
--
Cheers,
Ryan