Microsoft OCR scrap giving different output issue

So first line is splitted with vbnewline so there you have array of lines

that is why we have for each

then in that every line in for each, you split with spaces, and you get 1st (0) position.

Regarding this image read cell is only A1 cell, I created counter so it is A+counter.tostring

and on begining of for each Counter = counter + 1 so counter is incrementally increased.

cheers,
Radomir

ok thanks i got it…

Can you check why im getting Error on Write cell activity? I want to read those values from excel now.

HI @Radomir_Ivankovic

Can you check my code and let me know how can I devide it to small seqences so that it gives a good understanding of whole flow.
Due to the for each row loop the whole code in inside that as i have to go through every ID with same process. let me how can i deivide in to a good flow.