Questions/help with UserForm

  • Thread starter Thread starter TotallyConfused
  • Start date Start date
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.
 
you could use the ControlTipText property to maek a hint

Frame1.ControlTipText="Hint hint"
 
Back
Top