How to VBA wait for windows save dialogbox and sendkeys
问题 I'm creating a macro file that download and save extracted data from SAP old version 7.20 , when the save dialogbox is appear , the windows dialogbox is not detected since my client SAP version is old 7.20. now my resolution on this is the sendkeys but the problem is some of the data is containing large amount that getting unreliable time to send the keys. How to wait for the save dialogbox and when appear sendkeys. Sub test() waitTime (10000) Call SendKeys("{Enter}", True) End Sub Function