Ok. I'm stumped. I have a set of 10 textboxes.

the first 8 boxes will store a digit from 0 to 9.

the last two text boxes will be empty.

My issue: in the last (2) textboxes I want to find the missing values that where not entered in boxes 1 thru 8.

(EXAMPLE: if numbers 0 1 2 3 4 5 6 7, are listed in textboxes 1 thru 8 then the missing digits will be 8 & 9 to be displayed in the last two text boxes).

I tried looping but was not able to get it right. Any suggestions? Nested loops? Any help would be greatly appreciated.