Help displayed while hovering over a button

  • Thread starter Thread starter PhilM
  • Start date Start date
P

PhilM

Hi,

I need to have help display in my spreadsheet while the user is
hovering over a custom button. Much like a cell comment but on buttons,

any ideas?


Thanks
Phil
 
set cb=commandbars("My Commandbar")
set b=cb.controls(1)
b.tooltiptext="My text"


HTH
 

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

Back
Top