Delete specific cell

Hello
How can I delete specific cell, like in the image
image

Hi @mironb

Try using Remove Data Row activity to remove specific cell of a column.

image

Hope it helps!!
Regards,

@mironb

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,

@Anil_G
Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.