For this project I need to generate all three digit numbers where the 1st digit is always larger than the 2nd, and the 2nd digit is always larger than the third.
I'm not asking you guys to do it for me but to point me in the right direction.
I'm guessing the easier way of doing this is by using Array, but how would I right out the formula to not just generate all 100-999 numbers but where the 1st digit is always larger than the 2nd and 2nd digit is always larger than the third.
Thanks