When excel application scope activity closes excel, ‘excel appears to be busy’ error occurs.
I already tried close workbook and I can’t use kill process activity in this environment. How can I solve this problem?
Hi @111448
Depend on my experience, you can create a bat file and to run it by click or other method to kill a process without using Kill Process activity. Please refer to below as the command of killing process.
taskkill /f /im excel.exe
1 Like