I want to return random numbers between <low Number> and <high Number> where I designate the low and high. I know how to return the value us the Rand() function but I don't want duplicate values returned. I know how to code it to check variables against one another, I have even tried using a table to store the value and check the table each time it returns a Random number. I was just wanting other opinions and ideas thinking someone might know an easier.