Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was opening PDF Documentation Using the following Excel commands...
Dim strAdobeAppPath As String Dim strAdobeFullName As String Dim strAppFileToOpen As String Dim AdobeValue As Long strAdobeAppPath = "C:\Program Files\Adobe\Acrobat 6.0\Acrobat\Acrobat.exe" strAdobeFullName = "C:\CRISNET\EXPORT\CMA_ToolKit_Default Files\Real_Estate_Agent_Tool_Kit_Documentation.pdf " strAppFileToOpen = strAdobeAppPath & " " & strAdobeFullName AdobeValue = Shell(strAppFileToOpen, vbNormalFocus) This stopped working with a "File not found" in Adobe Reader Version 8. Any Suggestions would be greatly appreciated. The file can be opened successfully using explorer. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening a .pdf file with Adobe Reader 8.0 | Excel Programming | |||
Opening a pdf file with Adobe Reader | Excel Programming | |||
In Excel - Use Windows Explorer instead of File Open to open file | Excel Discussion (Misc queries) | |||
how i can take file from adobe reader and make it read with micr. | Excel Discussion (Misc queries) | |||
Print Acrobat Reader PDF file from VBA | Excel Programming |