Afternoon, me again…
I have downloaded a csv
used a Read CSV into a datatable
now its the For Each part im stuck on
I need it to for each row >> take column 1 paste it in to a browser > enter column 2 into page that appears copy over column 2, then start again with the next row
I know I need to have a variable with a count of rows (i think) so that it doesn’t just keep looping. but the rest im stuck on