In UiPath, I use Copy Sheet
to bring a sheet with all the formats to another excel. Now I use Copy Paste Range
for a range like A:I
. This simply freezes, no error, execution seems to continue but nothing happens after several minutes of waiting (it should continue with another copy paste of about similar size to different sheet for what it’s worth). Memory and CPU are not maxed out. Once I stop the bot, I have to end the excel application from task manager to edit the excel.
Read Range
and Write Range
are not used because, I need the format to be maintained.