Yes, while copying those few cells with Image and its content is being copied while copying manually,
can you please help me how did you copy with its image property please as few (3) cells only with the image and with content. I have used copy file as of now which is giving the mentioned error.
Then copy file would work for sure @krishbcd
i wonder there could be some issue with the file itself.
or try with MOVE FILE activity if its fine to move it completely.
or
–use START PROCESS and pass the FileName as filepath of the excel
–then it will open the excel file
–use ATTACH WINDOW and select that screen
–inside that activity use send hot key activity with key as ctrl+a
–then again a send hot key with ctrl+c
–and use again START PROCESS activity and pass a new filepath of excel as input to Filename
–once opened use Send hot key with key as ctrl+v
its another way but still need to try for your case being with images
Kindly try this and let know for any queries or clarification