M
Max
Trying the line below to populate 2 ranges with random nums between 1-100,
but it returns the same num, albeit random, in every cell. How to
tweak/enhance it so that every cell would be populated with a different
random num (no duplicates)? Thanks
[a1:d4,g1:h5].value = Int((100* Rnd) + 1)
but it returns the same num, albeit random, in every cell. How to
tweak/enhance it so that every cell would be populated with a different
random num (no duplicates)? Thanks
[a1:d4,g1:h5].value = Int((100* Rnd) + 1)