View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Per Jessen Per Jessen is offline
external usenet poster
 
Posts: 1,533
Default Tooltip and ActiveX control


Hi


Try this:
Me.CommandButton1.ControlTipText = "Your Text"

Regards,
Per

"Janie" skrev i meddelelsen
...
I have a CommandButton (ActiveX) and need to associate a tooltip with it.
I
saw a discussion thread in this forum about this topic dated 2005.
Unfortunately, part of the solution appears to be missing. Can anyone
fill
in the gap and tell me how to do this. Am using Excel 2003.

Thanks