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)
Anil_G
(Anil Gorthi)
2
@Happydayyy
looks like you are using same excel above…first try to use a kill process before this and check if that works
cheers
@Happydayyy,
Addition to Anil’s comment, why you are using Excel scope for reading few cells? You can achieve this by Read Range like you have used in letter part.
This will not block the Excel file also if this is the problem.
Thanks,
Ashok 
May I know what I need to input in kill process? Many Thanks
Enter process name as “EXCEL.EXE”
Thanks,
Ashok 
How about the process? Thankssss
Anil_G
(Anil Gorthi)
8
@Happydayyy
process can be left empty
cheers