View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default screen tip with macros

If the arrow fits within a single cell, maybe you could insert a comment into
that cell.

Then if you're showing the comment indictor only, then when you mouse over the
cell, you'll see the comment.

Bonobo wrote:

Hi there,

I have a basic shape (an arrow) to which I linked a macro so that the macro
runs when the user clicks on the shape.
I would like to add a screen tip so that a text appears when the user moves
the mouse pointer above the shape. I did that by adding an hyperlink to the
shape; however the macro doesn't start anymore...
Is there a way to link both a macro and an hyperlink to the same shape?
Or is there anoter way to add a screen tip?

Thanks!


--

Dave Peterson