Thread: Best Method
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Best Method


See http://www.cpearson.com/excel/RandomNumbers.aspx for code for
generating a set of random longs between a lower and upper bound,
either with repetition or without repetition.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional,
Excel, 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com



On Sun, 14 Mar 2010 16:14:09 -0700, "Dennis Tucker"
wrote:

What is the best method to make a list of randomized(non-repeating) numbers between a start value and a end value?