GoodmanJim
Board Regular
- Joined
- Aug 24, 2003
- Messages
- 95
I have a macro that opens a document in Abode Reader. Since Acrobat Reader DC is now a Web based program, I cannot open in this this line of a macro. It cannot find the program to open.
“& PicPath” is the file to open and worked before Abode changed the reader
This is the line that does not work.
Shell "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe/open " & PicPath, vbNormalFocus
Thank you in advance for any help
“& PicPath” is the file to open and worked before Abode changed the reader
This is the line that does not work.
Shell "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe/open " & PicPath, vbNormalFocus
Thank you in advance for any help