a brief explanation of macro, when the cursor is over...

N

nerohnze

Hello
Is it possible to remind the explanation of macro, that is assigned to a
shape; when the cursor is on the shape?

Thanks for help
 
G

Gary''s Student

You can use the ScreenTip of a hyperlink.

Do not assign the macro to the shape directly. Instead, assign a hyperlink
to the shape to take you to some remote cell, say Z100. Put your text in the
hyperlink's ScreenTip. Then use the Worksheet_SelectionChange event macro to
call your macro when Z100 is selected. What should happen:

1. the user hovers the cursor over the shape
2. the user sees the hyperlink text message
3. the user clicks the shape
4. the cursor jumps to Z100
5. the event macro detects that Z100 has been selected
6. the event macro calls your macro
 

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