Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Opening Acrobat Reader using VBA

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 cant create object.

Can you help me with this problem?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Opening Acrobat Reader using VBA

This will open the reader:

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

--
Gary''s Student


"vetron" wrote:

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 cant create object.

Can you help me with this problem?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Opening Acrobat Reader using VBA

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


"Gary''s Student" escreveu:

This will open the reader:

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

--
Gary''s Student


"vetron" wrote:

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 cant create object.

Can you help me with this problem?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening Acrobat Reader using VBA Raam Excel Discussion (Misc queries) 4 November 14th 05 09:34 PM
Print Acrobat Reader PDF file from VBA Matthias Claes Excel Programming 1 October 28th 05 10:02 AM
how to re install Adobe Acrobat in Excel? The adobe Acrobat work. Execl error Excel Discussion (Misc queries) 1 March 17th 05 02:29 AM
excel reader lilcajun Excel Programming 2 February 3rd 04 04:45 PM
how sendKeys to Acrobat Reader Ian Elliott[_3_] Excel Programming 3 October 23rd 03 06:45 PM


All times are GMT +1. The time now is 09:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"