Forum Discussion
Chandrakanth K
Jun 26, 2019Copper Contributor
Download attachment from SAP Using VBA
Hello Team, I need to create a macro to download attachment from SAP for each document provided by user. I was able to build the below code but i unable to send Enter key to save the attachment....
JKPieterse
Jun 26, 2019Silver Contributor
Have you tried removing the .Send("{ENTER}") and placing this immediately before the "ATTA_Export" command:
Application.Sendkeys "~"
Application.Sendkeys "~"