View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default mouse pointer as a hand

right click when the shape is selected and choose format from the pop-up
menu

"Alex" wrote in message
...
Thanks, Patrick.

Where and how could I set up those properties?



"Patrick Molloy" wrote:

If you want to run a procedure - why else have a hand? - then you could
place
a rectangle ( from the draing menu) over the cell. use the ALT key to set
the
rectangle to the cell, assign a 'macro' and set the rectangles properties
to
no line an no fill. Now when the mouse moves over the invisible
rectangle,
it changes to a hand


"Alex" wrote:

I'd like to have a mouse pointer as a hand when clicking some specific
cells.
I'm trying to use hyperlink but don't know how to get rid of the the
hyperlink path showing.

Could anybody advise anything?

Thanks