Hello im getting this error when using the write cell activity:
Write Cell: The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED))
Hope anyone can help
Hello im getting this error when using the write cell activity:
Write Cell: The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED))
Hope anyone can help
Hi.
I think its because UiPath is trying to access the workbook before closing the excel. In other words, its too fast. Can you give just 1 second delay before write cell activity and try again ?
The problem is still there with a delay and also when debugging.
In the range of Write cell, what is the value that you have given ?
its: “K” + (intRowIndex + 3).ToString
Can u try by unchecking of autosave option in excel application scope?
Its still giving the same error
I got it to work with an even bigger delay
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.