Through excel VBA i'm opening the workbook and closing, thus quitting the excel application. But it is still running in the Task manager, which prevents my addin to work properly. part of the code is as follows
Sheets("Sheet1").Select
Finalrow = Cells(Rows.count, 1).End(xlUp).row...