SaveAs method not working with Excel hyperlink
Am hoping someone can help with a problem I've not been able to solve. I have a PDF Form with a script that uses the SaveAs method. If I open the PDF from File Explorer or from Adobe Acrobat DC, the SaveAs script works fine. However, if the PDF is opened from Excel, using the VBA HyperLink statement (ActiveWorkbook.FollowHyperlink "c:\path\filename.pdf"), the SaveAs script won't work. The hyperlink itself works reliably. I've tried adding trusted folders in Adobe Acrobat DC (where the PDF resides, where the Excel workbook resides, and similar) but cannot get it to work. Any suggestions?
