I am wanting to open a file (a reference document) that is a PDF, from a word template. I know that I have to open Adobe first, and tried the following lines… but I’m not quite right….
ChangeFileOpenDirectory _
“C:Program FilesAdobeAcrobat 4.0AcrobatAcrobat.exe/C:Program FilesMicrosoft OfficeTemplatesCIS TEMPLATESref”
Documents.Open FileName:=”IS_DataModel_Guidelines.pdf”, ConfirmConversions:= _
Help!