Suppress Mouse Hourglass

  • Thread starter Thread starter donwb
  • Start date Start date
D

donwb

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?
 
Hi JP
Thanks for the response.
I tried the suggestions on the Microsoft site you suggested.
The mouse cursor can be changed from the hourglass to pretty much anything,
but it but it still "blinks" as the cursor is moved - as you would expect.
The Microsoft site doesn't give any indication how the pointer can be
suppressed, or better still hidden and that's what I really need.
donwb

How about Application.Cursor?

http://support.microsoft.com/kb/213424


HTH,
JP
 
I understand, but (to quote Dave Peterson) "sometimes the dragon
wins."

(no offense to Gary Gygax -- RIP)



HTH,
JP
 
Only if it's Puff
donwb

I understand, but (to quote Dave Peterson) "sometimes the dragon
wins."

(no offense to Gary Gygax -- RIP)



HTH,
JP
 

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

Similar Threads

Pointer displays Hourglass? 1
How to Show HourGlass? 1
mouse pointer question 2
MousePointer 1
position mouse cursor in msg box 2
Showing the Hourglass (A2003) 10
Mouse Scheme Issue 2
Userform Control Enter Event 2

Back
Top