MenuItemExecute("Scan") doesn't work with Acrobat 2017
I've used the following code in VBA for years since Acrobat 9. I had a new user of the application that had Acrobat 2017 Standard installed and it doesn't run the scan command.
Set gpdfApp = CreateObject("AcroExch.App")
gpdfApp.MenuItemExecute("Scan")
I did some debugging and I could make the MenuItemExecute("Scan") work if I opened a document in Acrobat first but it doesn't seem to work right when Acrobat launches.
Is there any code I could add/change to make this work for me?
