vba - How can I install word font programmatically? -


I am creating a word template for some users, and I need to use the "MT extra" font, Whatever I know is normal for all word versions, but I need to make sure that it is installed because the word installation can not choose to install any font at user's time!

So I can add a VBA piece of code to install it, whatever the font on the user's machine, the settings of the machine ?? (32/64 bit or whatever).

It's not that easy ...

Take a look here: / P>

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -