Copy a data row to other rows in same data table

Hi,

I need to copy a row in an excel to other rows in the same excel. I want to perform this using data table operations and finally do a write range. Can anyone help me on how to copy the data of a row to other rows?

You can use Datatable.Select to filter rows given a certain value in a column.

If there are multiple condition you can use this link

Hope that helps :slight_smile: