Populating 2 ranges with different random nums in each cell
Many thanks, Per. That does it good.
Could you explain how this part of it helps in ensuring uniqueness? Thanks
Loop Until WorksheetFunction.CountIf(tRng1, cell.Value) _
+ WorksheetFunction.CountIf(tRng2, cell.Value) = 1
Max
|