When we use the activity Copy/Paste Range from the package Excel.Activities with the option “Formula” as below, it copies/pastes the formulas but also the comments within the cells. It is really an inconvenient, especially that there is no Uipath activity to delete them and I cannot find a C# code working for this case ! (because of the formulas).
Thank you for your feedback, it indeed sounds a bit annoying to deal with.
Could you please confirm the version of the Excel activity package that you are using, as well as maybe providing a few sample screenshots for maximum context (maybe how the source and target Excel sheets look like before and after execution, and the full screenshot of the activity that you are using)?
As a workaround for this while we’re looking into it, you can use the Read Range activity and write the date using Write Range which will remove the comments.