Wait for shell command to complete
Does anyone know of VBA code that waits for the WinSCP shell command to finish executing before proceeding to run vba code after the shell?
Advertisement
Advertisement
shellandwait
function integrates with this.
Call Shell(strSFTPDir & "winscp.com " & strQuote & strCommand & strQuote, vbHide)
Advertisement
You can post new topics in this forum