View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_2_] Patrick Molloy[_2_] is offline
external usenet poster
 
Posts: 1,298
Default Questions/help with UserForm


you could use the ControlTipText property to maek a hint

Frame1.ControlTipText="Hint hint"

"TotallyConfused" wrote:

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.