R
Raam
Though I have added the Acrobat Library under tools and references I get
an error ‘429’ which says “ActiveX component can’t create object”. Can
you please test this and see if you get to the bottom of this problem?
Sub Open_PDF()
Dim PDDoc As AcroPDDoc
Dim i As Long
Set PDDoc = CreateObject("AcroExch.PDDoc")
i = PDDoc.Open("d:\test.pdf")
End Sub
an error ‘429’ which says “ActiveX component can’t create object”. Can
you please test this and see if you get to the bottom of this problem?
Sub Open_PDF()
Dim PDDoc As AcroPDDoc
Dim i As Long
Set PDDoc = CreateObject("AcroExch.PDDoc")
i = PDDoc.Open("d:\test.pdf")
End Sub