ISBS_ROBOT
(ISBS ROBOT)
November 24, 2023, 11:28am
1
Hello,
While creating multiple excel files, I’m getting an error like “System.Exception: Job stopped with an unexpected exit code: 0xE0434352” Even after clearing excel from task manager, I’m still facing the issue. How to proceed further and rectify this error?
rikulsilva
(Henrique Lima da Silva)
November 24, 2023, 11:34am
2
Hi @ISBS_ROBOT
Update the System.Excel.Activities to the last version
Also, have a look here
neha.upase
(Neha Upase)
November 24, 2023, 12:08pm
3
Hi,
try to use workbook activities instead of excel application scope
Hi @ISBS_ROBOT ,
Follow existed solution
@K_Anbarasu
Last Time I faced issue on Excel due to full number of rows. I solved by reading chunks of data.
possible reasons:
The error code 0xE0434352 typically indicates an exception or error within the .NET framework. This error can occur for various reasons, including issues with the macro code, memory limitations, or conflicts with other applications or dependencies.
Here are a few steps you can try to troubleshoot and resolve the issue:
Check the Macro Code: Review the macro code in…
regards