Alternative Text for shapes

J

Jase

Hi All

I am using shapes and assigning macros to them to use as
buttons. I was just wondering if it is possible to get
pop up text when you move the cursor over the shapes?
(like if you move the cursor over the start menu at the
bottom of the screen and linger over one box then a
description of the item appears)

If so how do I do this or do you have any other
suggestions?

Thanks heaps
Jase
 
D

Dick Kusleika

Jase

The only way I can see to do that is to assign a hyperlink to the shape and
use the hyperlink's screen tip. Using a hyperlink will prevent you from
running a macro assigned to that shape, however.

If you want a workaround, you could make the hyperlink link to a cell that's
under the shape, then use the sheet's SelectionChange event to run a macro
when that cell is selected (i.e. the shape is clicked). It's not a very
nice way to do it for maintainability. Let me know if you're interested in
that.
 

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

Top