Tooltip on form buttons?

carrot rope

New Member
Joined
Feb 12, 2003
Messages
29
Hi all,

I'm creating an interface for a school mark book in Excel which uses form buttons to let the user navigate around. What i'd ideally like though is some form of tooltip or comment to popup when the user passes over the button in question. Does anyone know of how/if this can be done?

Thanks in advance,
carrot.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
As far as I know, you can't have tooltips for buttons or controls placed directly onto the worksheet, like you can for userforms.

You can though if you first draw a frame (you might have to click on the More Controls button on the Controls Toolbar and browse down to find it under MS Forms 2.0 Frame) and then right-click on it and choose Frame Object-Edit. This will bring up a separate Toolbox similar to that used for userforms, buttons placed onto the frame have a ControlTipText property which can be modified to show the text you wish.
 
Upvote 0
You can use the Commandbutton controls from the ActiveX controls and use some API calls to simulate the Tool tips.....otherwise use Mudfaces good suggestion....although programing it is a little *diff*
 
Upvote 0

Forum statistics

Threads
1,223,898
Messages
6,175,272
Members
452,628
Latest member
dd2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top