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
.
..
|