hello all, here i have excel file in that i want to pass column 1 and column 2 value suing for loop. and this value want to type into one application . how to get the values using for each row data table. please help
For Each row in datatable
Type Into you can pass
Current row("Column1).toString+Current row("Column2).toString
Regards