Insert symbols to buttons

dave8

Active Member
Joined
Jul 8, 2007
Messages
275
Does anyone know how to insert a special character or symbol to a caption button? In the character map of the Windows System Tools, I want to insert a triangle. The code, I think, is U+25B2. How do I convert this map code so it can be displayed on a toggle or button?
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Where are you looking at Windows System Tools? If you look at the Windows Character Map tool, it'll show you all of the characters for all of the fonts ( is it WST_Engl that you are after? I can't see a triangle there! ).

Select a character in a font, copy it, and paste into the command button caption, and change the font on the button to match.
 
Upvote 0
I went into the the character map and copied this symbol: ▲ . Paste it on the caption button, tried various font syles: WST_ENGL, Wing dings, Wing dings 2 and Wind dings 3. Didn't work. Something other than the triangle appeared. I also tried it in VBA: togglebutton1.font.name = "WST_ENGL"; toggleButton1.caption = "▲". With the exception that the paste in VBA came out to look like this: '?' (without quote). I also used variations of the font name. This is precisely how I did it.
 
Upvote 0
You have not told me which font you selected in the character map tool. It's that kind of precise information I hoped you'd include in your reply.
 
Upvote 0
The font names I used were: Wing Dings, Wing Dings2, Wing Dings3 and WST_ENGL. Still didn't work.
 
Upvote 0
I am looking at WingDings in the Character Map tool, and I can't see that symbol there ... what code is it?
 
Upvote 0

Forum statistics

Threads
1,214,967
Messages
6,122,503
Members
449,090
Latest member
RandomExceller01

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