Thread: Random
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
arno arno is offline
external usenet poster
 
Posts: 184
Default Random

Hi Nigel,

will produce random lists. (Note: The random function is not a random
as you might think but for this purpose it might suit you?)


well, it is more "random-like" when you allways use
Randomize
at the beginning of the code and if you use
myRandom = Rnd()^Rnd()
for each random number you create.

arno