In Excel VBA, I invoke a process to run in background. After finish, the process should be closed by setting to Nothing, but sometime it fails to close. I can go to the Task manager or use command line "Taskkill" to kill the process manually.
How can I check if it is closed and kill the process from inside the VBA ?
How can I check if it is closed and kill the process from inside the VBA ?