VBA code and adobe type library 10.0 version vs 9.0 version
I have some vba code that uses adobe to create and merge some pdf files. The code works fine if I use adobe type libary 9.0.
However on computers with adobe type library 10.0 (version 11 of adobe) the program fails when the following code is reached:
Set pdf_acrobat = CreateObject("AcroExch.App")
with error 429 and an error message of 'ActiveX component can't create object.
I googled around and found a different thread but I cannot find a solution other than downgrading to the previous version of acrobat 9.0.
Thanks
