How do I open an adobe acrobat file using vba? I have the code below, but it returns the error message "Active x object can not create" I do have a reference set to adobe
THANKS!!!!
Set avCodeFile = CreateObject("AcroExch.AVDoc") 'This is the code file
Set avFormCapture = CreateObject("AcroExch.AVDoc") 'This will be each jpg in turn
'Open the already created code file
avCodeFile.Open DOC_FOLDER & "\test.pdf", "Code File"
Set pdCodeFile = avCodeFile.GetPDDoc
THANKS!!!!
Set avCodeFile = CreateObject("AcroExch.AVDoc") 'This is the code file
Set avFormCapture = CreateObject("AcroExch.AVDoc") 'This will be each jpg in turn
'Open the already created code file
avCodeFile.Open DOC_FOLDER & "\test.pdf", "Code File"
Set pdCodeFile = avCodeFile.GetPDDoc