Thread: Open PDF
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Open PDF

I think you need to Shell it

TaskID = Shell("C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe
Readme.pdf", 1)

--

HTH

RP
(remove nothere from the email address if mailing direct)


wrote in message
...
How do I open a PDF file using an Excel macro? I created
a "Reference" to Adobe Acrobat 5.0 Type Library, but I am
not sure how to use the "Open" method.
Thanks.