G
Guest
I had a VBA Code to combine PDF files. It works file with my Adobe Acrobat
7.0. But recently I installed an Acrobat 8.0 reader, and then found out that
the code doesn't function properly. Then I uninstalled it. My code still
doesn't work.
This is the part of the code that doesn't work:
Dim objPDFDoc As Object
Set objPDFDoc = New AcroPDDoc
Now everytime the program goes to the "Set objPDFDoc = New AcroPDDoc". It
automatically exit the procedure.
Could anybody help me to figure out what is the reason and how to solve the
problem? Thanks a lot!
7.0. But recently I installed an Acrobat 8.0 reader, and then found out that
the code doesn't function properly. Then I uninstalled it. My code still
doesn't work.
This is the part of the code that doesn't work:
Dim objPDFDoc As Object
Set objPDFDoc = New AcroPDDoc
Now everytime the program goes to the "Set objPDFDoc = New AcroPDDoc". It
automatically exit the procedure.
Could anybody help me to figure out what is the reason and how to solve the
problem? Thanks a lot!