I am getting below error:
Excel Application Scope: Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘System.Runtime.InteropServices.ComTypes.IConnectionPointContainer’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{B196B284-BAB4-101A-B69C-00AA00341D07}’ failed due to the following error: The requested object does not exist. (Exception from HRESULT: 0x80010114).
Tried many different things but not able to find solution.
No, till now workflow was working fine.
But today it’s giving error for every process in which I have used excel application scope it’s giving this error on that machine. Is there something with excel application on that machine that we should do?
Thanks, I have got the solution and it was the Add-in issue in excel on that machine. I disabled all COM Add-in in excel and rerun the robot it worked.