Hi All,
Iam getting error reading .xlsm file. I have used excel application scope. Can any one help me.
Job stopped with an unexpected exit code: 0xE0434352
Hi All,
Iam getting error reading .xlsm file. I have used excel application scope. Can any one help me.
Job stopped with an unexpected exit code: 0xE0434352
Hi @Thunga_Hima
Ensure that the .xlsm file you are trying to read is accessible and not open in any other application. If the file is open in Excel or any other program, close it and retry the workflow. Confirm that Microsoft Excel is installed on the machine running the UiPath robot. If Excel is not installed, you won’t be able to use the Excel activities. Install Excel and try running the workflow again.
Thanks!!
@Thunga_Hima
The error code 0xE0434352
indicates a .NET Framework exception. This error can occur for various reasons, including issues with the .xlsm file, Excel application, or the environment setup. Here are a few steps you can follow to troubleshoot and resolve the issue:
You should at least try to not make it look like chatGPT was used lol
Hi @Thunga_Hima
Both Excel Application scope in classic version and Excel Process Scope → Use Excel File accepts .xlsm files. If you are still not able to sort it out try deleting and re initializing the activity. Hope you give the correct path of the .xlsm file. Hope it helps!!
Regards,
Hi @Thunga_Hima
Can you delete all excel processes from task Manager first and then run your workflow and if still doesn’t work may be the file is corrupted copy the same file information in another excel and then run and see if you are still receiving the error.
Hope it helps!!