I have a command button with a click counter in the caption.
I am using it to recalculate a sheet which contains two random generated numbers between 0 and 36.
I would like to add code which runs the event on click until both the random generated numbers match. Statistically this has odds of over 1,300 -1 so I want to avoid having to click the button 1,300+ times.
Thanks for any advice.
I am using it to recalculate a sheet which contains two random generated numbers between 0 and 36.
I would like to add code which runs the event on click until both the random generated numbers match. Statistically this has odds of over 1,300 -1 so I want to avoid having to click the button 1,300+ times.
Thanks for any advice.