View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default MousePointer

Michael,

You should be able to assign a "hand" mouse icon during design time.
In the property window for the label...
Change the mouse pointer property to 99 (custom)
In the mouse icon property - browse to C:\Windows\Cursors\
Pick out one you want.

Regards,
Jim Cone
San Francisco, CA

"Michael Vaughan" wrote in message ...
Hello Everyone,

I installed the mod to click on a email address in a label box in my
userform. But, I need to know what the code is for the "hand" so that when
I place my cursor over the address, it turns from the pointer into the hand.
Does anybody know what the code for the MousePointers are??? The options
are 1-15 and 99. It will take me hours to try every single one.

Thanks.. mv