Hello
I have an Excel table with 8 columns.
I want to use a loop to extract the values of the column E with a stop condition the rows are empty : name_table.Rows.Count.ToString <> " " and store them in a datatable variable.
Can someone help me please?