Open PDF File Using Reader 8
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.
|