let say I have 2 arrays - each array has 3 unique elements.
example:
arrayA("A", "B", "C")
arrayB("1", "2", "3")
I am assuming I would declare the arrays in a module ?
I want to press a button on a form which would open a msgbox (calls function) that would display a random selection from array A and a random selection from Array B.
like:
B2 - or - C1 - etc
can someone please help point me in the right direction?
Thanks, PDUNCAN
example:
arrayA("A", "B", "C")
arrayB("1", "2", "3")
I am assuming I would declare the arrays in a module ?
I want to press a button on a form which would open a msgbox (calls function) that would display a random selection from array A and a random selection from Array B.
like:
B2 - or - C1 - etc
can someone please help point me in the right direction?
Thanks, PDUNCAN