I am struggling what I need to fill in the kill process in order to cope with this problem?
Hello everyone, can anyone help me to fix on an issue:
The robot first read range the path file cell B1 in sheet “CC_MU_REP”:
Destination File for UIPath.xlsx (16.3 KB)
But when I copy the path of the file i want to read to above file cell B1 of “CC_MU_REP”, ie
24xxxx-50samples-FA result_MU_control chart_summary-JG-KRKY-template-a16022024 (1).xlsx (648.8 KB)
The robot hold here on this step and can’t move forward:
Can I know that why it will occur and how I can fix it? Many Thanks
My workflow:
FA Sorting MU-rep MU-bias.xaml (146.4 KB)
2 Likes
Enter process name as “EXCEL.EXE”
Thanks,
Ashok
1 Like
Hi,
Use kill process. Just type “excel” as process name. And set continue or error property true…
Thanks
1 Like
How about the process? Thanks
2 Likes
Hi,
Keep process blank. Just type excel in process name.
Thanks
1 Like
Ohhh…Althogh i add the kill process, it sill hold it here…
FA Sorting MU-rep MU-bias try.xaml (146.4 KB)
2 Likes
Hi,
Is this summary file is on shared folder?
Try with excel application scope instead of workbook activity.
Thanks
1 Like
i change the path in this way but there is an error, may i know what it is?
robot:
FA Sorting MU-rep MU-bias try.xaml (147.4 KB)
1 Like
Hi,
This file is open somewhere. Add breakpoint at excel process scope & try to open the file manually. This way you can find out the error.
Thanks
1 Like
can you illustrate me how I can add breakpoint in here?
2 Likes