View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default 'Embedding' fonts

You can't. You'd have to ship the font file and install it on the
target machine. You can't embed fonts in an Excel document.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Geoff" wrote in message
...
I have reason to use a font called Distant Galaxy on a userform.
I do not
think it is a regular MS font and if that is the case it must
have been
installed on my pc by some application or other - but not by me
directly.
I know I must be careful about licencing issues when using
'non-standard'
fonts in a form which is then 'distributed but it raises the
question - How
do you add a font to a userform anyway?

Appreciate any advice.

Geoff