Is there a way to print to PDFWriter using Visual Basic and not have the File SaveAs Dialog appear. I've tried creating a Word Object and using the syntax;
Word.ActivePrinter = "Adobe PDFWriter"
Word.Application.Printout . . . . OutputFileName:="C"\temp\filename.doc"
but the resulting PDF file is empty.
Any suggestions?
Word.ActivePrinter = "Adobe PDFWriter"
Word.Application.Printout . . . . OutputFileName:="C"\temp\filename.doc"
but the resulting PDF file is empty.
Any suggestions?