Trying to copy data from excel to web browser by excel scope and for each condition. The values keep on adding in 1st row of browser but not moving to 2nd row. help me on this.
As per my requirement it has to read all the values from excel and copied to browser row by row and stop the loop.
I am doing the same thing by reading the excel file row by row using For Each Row and using CurrentRow.Item(“Header Name”) to enter the value in the browser as it is reading.