hey guys!
hi need you help
i have to print, for each item in column, print all the row, and do that for each row in the first column, how do that?
Use a Excel application Scope with “Read Range” then you can use a “for each” with the dataTable created by the “Read Range” activity to print everything to screen using a “Message Box” activity.
edit:
to acces a specific information in a row, you will need to do something like that:
row.Item(“title column3”).ToString
or
row(2).ToString
it’s not for a specific item, is dynamic, to take for each cell in first column, get all the row, and to that for all rows in the first column
Hi @Zlapped
what are you asking for?Do you want to take first cell in each column ?
Regards,
Gulshiyaa