Hello,
I am reading csv1 to find a client ID in a csv2 and if found, add column to correct row in csv2, or in this case, i have create a Final.csv with the full line.
So far so good until it is time to write each row where a client in csv1 is found is csv2.
i made a test and message box told me 3 time that they found the 3 corresponding number.
But when i try to write wrange, i get : AddDataRow: Object reference not set to an instance of an object.
Attached are screenshot, maybe you will find my mistake or will direct me to another question i didn’t find with the correct answer.