Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel XP & Win XP
I have used the following code (credit to Tom Ogilvy) to open a .pdf file. It has worked just fine, now it doesn't. I now get an error that the file cannot be found. The only difference that I am aware of is that I recently upgraded to Adobe Reader 8.0 from Adobe Reader 7.0. Question: Does anyone have an insight as to what may be happening? Thanks for your time. Otto Sub OpenPdfFile(WhichOne As String) Dim Filename As String Dim myShell As Object Set myShell = CreateObject("WScript.Shell") Filename = "C:\LettersForms\Ops Manual\" & WhichOne & " Ops Manual.pdf" myShell.Run ("AcroRd32.exe " & Filename) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get rid of Adobe Reader icon? | Excel Discussion (Misc queries) | |||
how can you hyper link adobe reader files into excel | Excel Discussion (Misc queries) | |||
Opening a pdf file with Adobe Reader | Excel Programming | |||
how i can take file from adobe reader and make it read with micr. | Excel Discussion (Misc queries) | |||
Identifying version of Adobe Reader | Excel Programming |