Reputation: 730
I'm creating a word template for some users, and I need to use "MT Extra" font, which I know is common for all word versions, but I need to be sure that it's installed because at the time of word installation user may choose not to install any font!
So can I add a VBA piece of code to install this font on user's machine, whatever the settings of machine are ?? (32/64 bit or whatever).
Upvotes: 0
Views: 922
Reputation: 8591
It's not so easy...
Have a look here: http://www.codeproject.com/Questions/728740/How-can-I-install-word-font-programmatically-using
Upvotes: 1