I have appr 4000 company names in a Grid,however many
have been entered several times ( by mistake )
Ex:
Grid1.TextMatrix(1,0)= "abc"
Grid1.TextMatrix(2,0)= "bbc"
Grid1.TextMatrix(3,0)= "ccc"
Grid1.TextMatrix(4,0)= "abc"
Grid1.TextMatrix(5,0)= "ggg"
I want to transfer the company names into a Grid2 but
eliminating all the companie names which are entered
several times in Grid1.
In the above example,"abc" would only be once in Grid2.
Altough I have a code,it it clumsy and I wonder what
the most simple solution would be
Thanks
have been entered several times ( by mistake )
Ex:
Grid1.TextMatrix(1,0)= "abc"
Grid1.TextMatrix(2,0)= "bbc"
Grid1.TextMatrix(3,0)= "ccc"
Grid1.TextMatrix(4,0)= "abc"
Grid1.TextMatrix(5,0)= "ggg"
I want to transfer the company names into a Grid2 but
eliminating all the companie names which are entered
several times in Grid1.
In the above example,"abc" would only be once in Grid2.
Altough I have a code,it it clumsy and I wonder what
the most simple solution would be
Thanks