Excel For Each RowXアクティビティで発生したエラーの原因

こんにちは
StudioX 2022.4.6を使用中です。

指定フォルダーの複数のExcelファイルを順次開いて検索ワードを読み取り、Webスクレイピングをして結果を元のExcelに出力するワークフローを動かしたところ、6つ目のExcelファイルで下記のエラーが出ました。エラー発生個所はExcel For Each RowXアクティビティです。原因がわかる方、ご教示ください。


@gorby

give a try after processing each excel file use kill process for excel to close the current processed file.

And also take that exact issue occurred file and test that excel alone, whether you having the trouble to only that excel file or others. If others then you may need to close that excel and reopen if any issue persist. And use try catch along with retry.

Let me know if this works.