View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harry Harry is offline
external usenet poster
 
Posts: 71
Default ExportAsFixedFormat : differences between Excel and Word

I am trying to use the VBA method ExportAsFixedFormat to print a workbook to
PDF.

Problem: Excel will not use certain fonts on my machine - they are converted
to Adobe Sans MM.

Problem2: Word and Publisher also have the ExportAsFixedFormat method, but
these two object models contain a parameter "BitmapMissingFonts". Excel does
not offer this.

Can someone suggest a workaround that uses ExportAsFixedFormat?

thanks,
Harry