My local game is a pick 6 (6/49) game and so far it has 385 draws.
Taking the latest draw
17/10/2010 12 14 16 31 34 35
it has
12,14,16,31,34
12,14,16,31,35
12,14,16,34,35
12,14,31,34,35
12,16,31,34,35
14,16,31,34,35
How do I write a macro to eliminate all the above from possible 13,983,816 and then for all the remaining draws?
looping each draw then each of 13,983,816 looking for a 5 match number takes too long to compute.
Thank you
Taking the latest draw
17/10/2010 12 14 16 31 34 35
it has
12,14,16,31,34
12,14,16,31,35
12,14,16,34,35
12,14,31,34,35
12,16,31,34,35
14,16,31,34,35
How do I write a macro to eliminate all the above from possible 13,983,816 and then for all the remaining draws?
looping each draw then each of 13,983,816 looking for a 5 match number takes too long to compute.
Thank you