I am trying to use the following code to open a pdf file from a folder, but I keep getting the "File not found" error.
Shell "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Acrobat DC.exe " & FullPath & """, vbMinimizedFocus"
Is there something I am missing? Below if the whole...