I have a 3rd party app (exe) that runs via a Shell command. It is leaving a file open that I need to delete. With that, I get the expected Runtime error 70. Is there a way to from VBA to force the 3rd party app to close?
This the 3rd party portion of the Shell:
Code:Const Convert As String = "C:\TMSWavMp3Util\ffmpeg\ffmpeg.exe"