Hello
How can I delete specific cell, like in the image
Hi @mironb
Try using Remove Data Row activity to remove specific cell of a column.
Hope it helps!!
Regards,
You can use delete rows activity if you want to deete whole row
Else use write cell activity with empty value
Cheers
HI,
How about using ClearSheet/Range/Table activity as the following?
Excel.Sheet("Sheet1").Range("B2")
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.