Opening Acrobat Reader using VBA

G

Guest

I have added the:
"Adobe Acrobat 7.0 Type Library"
under tools and references.

This is the only Adobe Product I have in my PC.

I get an error ‘429’ which says “ActiveX component can’t create objectâ€.

Can you help me with this problem?
 
G

Guest

This will open the reader:

Sub Macro1()
x = Shell("cmd.exe /c C:\Userguide.pdf", 1)
End Sub
 
G

Guest

Ok. It works, but I cant control Adobe, unless I use "SendKeys".
I am trying to open and control Adobe.


"Gary''s Student" escreveu:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top