View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] klaus.goth@dk.abnamro.com is offline
external usenet poster
 
Posts: 2
Default Subject: Opening a PDF document from Visual basic

It doesn't seem to work, do you have any alternatives


-----Original Message-----
Use the Shell command

Shell "C:\files\myfile.pdf"

assumes pdf is associated with a reader application that

can open PDF files.

--
Regards,
Tom Ogilvy

"Klaus" wrote in message
...
How do I open a pdf document from visual Basic in excel



.

..