I am receiving the following error message when running Studio 2024.10.1 attended automation:
Use Excel File: The object invoked has disconnected from its clients. (0x80010108 (RPC_E_DISCONNECTED))*
Can anyone advise on how to correct this error?
I believe there was an on-line catalog of error messages for Studio. Can I be provided the URL for it? It appears our setup does not allow for Developers to access the help feature within UiPath Studio.
This error occurs when the Excel COM object is disconnected, usually due to the workbook being closed, Excel process being killed, or multiple instances conflicting. Ensure the Excel Application Scope is properly used, avoid closing the workbook outside Studio, and enable “Visible” property if debugging. For the official UiPath error catalog, refer to