How to iterate multiple column excel and get one specific column from there ? where to use the for each loop? seeking your expertise advise pls
- Read range into dt
- For each row indatatable on dt for each row
- If you want the column use for each activity with dt.Columns
- Inside loop
currentrow(currentitem.ColumnName)
will give eqch row and then each column in it…
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.