View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Userform and mouse pointer

You could assign the Form's Mousepointer property to any of the built in
icons, eg fmMousePointerCross. You'd then need to change all other controls'
Mousepointer properties from Default to say fmMousePointerArrow.

If you want a "little hand with a finger" you can load your own custom icon
from file to the Mouseicon property.

Regards,
Peter T

"Shawn" wrote in message
...
I want the mouse pointer to be like a cross or something until it is over
the button and then turn to an arrow
--
Thanks
Shawn


"Tom Ogilvy" wrote:

That's isn't a standard?

--
Regards,
Tom Ogilvy


"Shawn" wrote:

By default the mouse pointer on a userform displays as a arrow. I

have a
userform with a button. I want the mouse pointer to be like a cross

or
something until it is over the button and then turn to an arrow. Why

isn't
there and option for a mouse pointer as little hand with a finger

indicating
to click?


--
Thanks
Shawn