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
|