View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Opening a PDF document from Visual basic

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