Hello.
I have a problem when filling out an excel and it is that it always fills me on the first line (next to the header), overwriting the previous result.
My process does the following:
1.- I read a field from an excel and look for it on a website.
2.- I extract the data from the web, create a data table and add a row of data.
3.- I go through the entire excel, row = row + 1
4.- Finally I write the range.
As you can see in the capture everything is going well, only the last step of writing several lines of excel fails me.
a greeting