How to insert a symbol from a 3rd party TrueType Font file, into an Excel string & string formula?

TheOnlySheet

New Member
Joined
Aug 4, 2023
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
Currently, my Excel workbook uses symbols from the Calibri font family to represent actions:
◆ = 1 Action, ◇ = Free Action, ❖ = Reaction

But these are approximation of the symbols defined in a separate TTF file from the 3rd party. Here are the 'correct' symbols that I would like to use:
TrueSymbols.jpg


My question is:
Is is possible (assuming this specific TTF is available [i.e. installed] on the user's system) to replace a specific Character in a Calibri string to use the corresponding 'true' type symbol in the strings and formulas that display strings?

Thank you for your help!
 
Last edited by a moderator:

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Welcome to the forum.

Since the ttf is installed, can't you insert the symbols from Insert | Symbol ribbon button? However, this won't work with individual characters in formulaes results.
 
Upvote 0
Welcome to the forum.

Since the ttf is installed, can't you insert the symbols from Insert | Symbol ribbon button? However, this won't work with individual characters in formulaes results.
No, that is not what I need... Complex Formulas outputs string that uses these symbols... so I can't manually do any of this. It has to be a VBA thing - if it is even possible at all... (which I am not sure it is at this point...)

Cheers!
TOS
 
Upvote 0
No, that is not what I need... Complex Formulas outputs string that uses these symbols... so I can't manually do any of this. It has to be a VBA thing - if it is even possible at all... (which I am not sure it is at this point...)

Cheers!
TOS
AFAIK, you can't format individual characters in formulas outputs strings. If however the formula returns one character only (ie:= the ttf symbol only) then I guess, you could possibly just format the font of the formula cell with your ttf font.
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

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