Dear Forum's Members, I have 10 columns of numbers that range between 1 through 80, as shown in example below.
Can anyone give me some tips on creating a VBA script that will scan rows of the data shown above and identify for me the rows where number triples, quads, etc (up to 10 numbers) repeat? I would like the script to seek out number matches that are in the any order.
For example
1 5 2 3 4 6 7 8 9 10
and
1 3 4 2 5 11 12 13 14 15
and
7 8 9 10 24 25 12 14 13 15 11
five numbers repeated - 1 2 3 4 5
five numbers repeated - 11 12 13 14 15
four numbers repeated - 7 8 9 10
Thanks!
Bookmarks