Delete row in Excel based from UiPath checkbox selection

Hi All,

I have a checkbox created using VB form (I found the sample xaml here in this forum) .
What the checkbox do is it will write to output of what we select in the checkbox selection form.

I have a list of names in an Excel sheet. These names are fixed and it is the same list in the checkbox list in UiPath form.

What I am trying to achieve is I want to delete the entire row in Excel based on the checked names from UiPath… I’m sorry if I could not make this clearer. Hope the picture helps.

agents%20list

Hi @nawkaz

Based on the condition like

Row(“Name”).ToString.equals (row(“checked list”)

Use remove data row activity

Thanks
Ashwin.S