Thanks for the reply,
I do not have Office 2007.
The options I want to use are as follows:
.Application.Printout _
FileName:=strFile, Range:=wdPrintAllDocument,
wdPrintDocumentContent, Copies:=1, Pages:="", _
PageType:=wdPrintAllPage, Collate:=True, Background:=False, _
PrinttoFile:=False, OutputFileName:=strPDF
Main Topics
Browse All Topics





by: qz8dswPosted on 2009-05-28 at 18:28:58ID: 24499499
what options are you trying to add?
It looks like your converting word documents to PDF.
You can do that in office 2007 with the Office Add-in: Save as PDF but I'm assuming you don't have office 2007.