I\'m trying to open all appropriate PDFs found in the same directory as my Excel workbook using VBA. I\'ve added the Adobe Acrobat xx.x Type Library reference to the projec
Use Shell "program file path file path you want to open".
Shell "program file path file path you want to open"
Example:
Shell "c:\windows\system32\mspaint.exe c:users\admin\x.jpg"