View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
donwb donwb is offline
external usenet poster
 
Posts: 81
Default Suppress Mouse Hourglass

WinXP, Excel 2003
I have a UserForm with a number of CommandButtons.
I use the MouseMove event on (or over) any of these CBs, to trigger a macro.
The Mouse pointer changes to the hourglass when over the button.
This is all as expected, but annoyingly, the hourglass "blinks" -
ie responds to the slightest movement when over the button.
Is there a macro command which I can use in a macro to suppress the
hourglass when over the button?