I have 10 items on the screen and trying to match those 10 in 5 unique pairs.
I'd like to have the macro select 1 at random, and then click the other 9--which would certainly qualify as finding one pair. Then I'd like the macro to click the next item of the remaining 8 followed by the remaining 7, and so on until all 5 pairs are identified.
Would I use an array?
Any help appreciated. Thanks!