Levu
Well-known member
Dear forum readers and trolls.
Iv gotten into a rather nasty problem (atleast i think so)..
Im trying to make a program that opens 2x excel docs.
It then reads the excel docs. but the problem is, im supposed to crosscheck both of them. Meaning, In one of the excel docs, I got alot of numbers:
202
204
206
208
210 <-- etc etc, going on for some..
Then I will load the other excel doc, and the program is supposed to crosscheck with whats in the excel doc nr2 and excel doc nr1..
So when some number is NOT in the first excel doc but in the 2nd doc, its supposed to write it down, and store it.
Only thing iv managed is to load the excel doc into a datagridview. :S
Anyone that can help me understand or give me some code help that can do this?
Thanks in advance, Levu
Iv gotten into a rather nasty problem (atleast i think so)..
Im trying to make a program that opens 2x excel docs.
It then reads the excel docs. but the problem is, im supposed to crosscheck both of them. Meaning, In one of the excel docs, I got alot of numbers:
202
204
206
208
210 <-- etc etc, going on for some..
Then I will load the other excel doc, and the program is supposed to crosscheck with whats in the excel doc nr2 and excel doc nr1..
So when some number is NOT in the first excel doc but in the 2nd doc, its supposed to write it down, and store it.
Only thing iv managed is to load the excel doc into a datagridview. :S
Anyone that can help me understand or give me some code help that can do this?
Thanks in advance, Levu