Merging 2 pdf files using VBA
Hi, I have two (win2pdf) pdf files, call them pdf1.pdf and pdf2.pdf. I want to add the first page of pdf2.pdf to pdf1.pdf. I want to use MS Excel VBA to automate this. I copied some code from another forum but get errors straight away on variable declarations i.e.
Dim PartDocs() As Acrobat.CAcroPDDoc
Not sure what version of Acrobat I have and whether as a result referencing the correct Tools|Reference value.
Can't see Acrobat in the tools|reference.
Any help would be appreciated.
Thanks
Aziz
