View Single Post
  #1   Report Post  
Raam
 
Posts: n/a
Default Opening Acrobat Reader using VBA


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


--
Raam


------------------------------------------------------------------------
Raam's Profile: http://www.excelforum.com/member.php...o&userid=28666
View this thread: http://www.excelforum.com/showthread...hreadid=484759