Form Control Button message

gheyman

Well-known Member
Joined
Nov 14, 2005
Messages
2,338
Office Version
  1. 365
Platform
  1. Windows
Is there a way to show a message for a Forms Control button on a tab - before its clicked. Like a description of what the button does......?

I know I can use it to trigger a UserForm and then the code. but I was hoping there was another way.
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
ControlTipText property of the button.
This will show text when the cursor floats above the button.
or
just put a label next to the button.
 
Upvote 0
Isn't ControlTipText only on the ActiveX and not Forms?
 
Upvote 0
Isn't ControlTipText only on the ActiveX and not Forms?
Yes. Like you said, Form buttons placed on worksheets don't have tooltips.
Would you consider using a shape instead of a button and adding an hyperlink to the shape ? You can then use the hyperlink screentip.

Adding screetips to buttons placed on worksheets can be done but it is quite involved.
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,449
Members
448,966
Latest member
DannyC96

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