Excel application scope : Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH)

I am using two Excel 2010 file in order to Transfer data from one file to another. I am using Excel application scopes in order to open the Excel file. The first Excel opens without a Problem but when Uipath tries to open the second Excel, then I am getting the error (Excel application scope: Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH)).

Thanks in advance

PS: I have updated all the packages and i have read similar Topics…

datatransfer.xaml (7.7 KB)

I have attached an workflow which will copy data from one excel and paste into another excel CopyFromOneExcelToOther.zip (15.3 KB)