View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Random Generation

Take a look he

http://www.mcgimpsey.com/excel/randint.html


In article .com,
"lordofthe9" wrote:

I am using VBA within Excel and have to generate the following:

4 Integers between 1 and 6 inclusive, none of which are the same.

I can only use VBA to do this.