Hello everyone,
I get system call failed error when I use invoke vba activity. However, my automation system is working correctly. The error is like Invoke VBA: System call failed. (0x80010100 (RPC_E_SYS_CALL_FAILED)). How can I solve?
Hello everyone,
I get system call failed error when I use invoke vba activity. However, my automation system is working correctly. The error is like Invoke VBA: System call failed. (0x80010100 (RPC_E_SYS_CALL_FAILED)). How can I solve?
Ensure you’re using the macro in the excel is of type .xlsm and also ensure that the excel should open in foreground, sometime it throws error if the excel is open in background or in invisible state.
Cheers
Ensure Excel is not running in background and use Kill Process before Invoke VBA to avoid conflict.
Run Excel in foreground with visible scope and place the VBA script inside an Excel Application Scope.
Hi @e.coskun
Welcome to UiPath
Pls make sure you excel will have the macro enabled in that machine.
Use below link reference and do then try to run:
If helpful, mark as solution. Happy automation with UiPath