Questions/help with UserForm

T

TotallyConfused

I have a Userform in Excel with Option Frames. I would like to put some type
of tag/help when mouse hovers over the options. How do I do this. I tried
using the property Tax for one of the options in the frame but it is not
visible. What am I doing wrong?

My other questions is can you put a hyperlink in a tag?

thank you in advance for any help you can provide.
 
P

Patrick Molloy

you could use the ControlTipText property to maek a hint

Frame1.ControlTipText="Hint hint"
 

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