Question
Adobe Acrobat Standard 2017 not working with Excel VBA that worked with Acrobat XI
I wrote code to open and populate pdf files in excel vba. When I get to the save file as menu, the code that used to work to save the files is inoperable. When the dialog box Save as PDF displays, the command
Application.SendKeys "{Enter}" = True has no effect. Therefore, programmatically, I am unable to get to the next dialog box that allows me to enter the document name. Is there a workaround for this problem?
