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

Some questions to clear up the situation:
1) Which Version of Acrobat are you using?
2) Do you only have Reader or also other Adobe Products on your PC?
3) Which Object Library did you reference?

This is not really an Excel problem, I would post it in Adobe Forums. Hier
is a link to try: http://forum.planetpdf.com/

Didem

"Raam" wrote:


Though I have added the Acrobat Library under tools and references I get
an error 429 which says ActiveX component cant 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