Hi everyone, why this simple line of code, is not working?
I don't understand what could be the problem.. seems so straight forward...
That sub simply loads two lists with numbers, then i want to see if the contents are different, so as soon as IndexOf returns -1 i proceed with the rest of the code... my problem is that it return always -1 even if the element is in the list D:
thanks in advance
I don't understand what could be the problem.. seems so straight forward...
That sub simply loads two lists with numbers, then i want to see if the contents are different, so as soon as IndexOf returns -1 i proceed with the rest of the code... my problem is that it return always -1 even if the element is in the list D:
thanks in advance