ExportAsFixedFormat : differences between Excel and Word

H

Harry

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
 
J

joel

Move the data from excel to word and then convert to PDF from word. Yo
can use a macro from excel to open a word applcation and move the data
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top