Thread: Random
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\) Rick Rothstein \(MVP - VB\) is offline
external usenet poster
 
Posts: 2,202
Default Random

Could someone help with a VBA code - to compute
random integers for Col B1 .. L1 with repeated integers.


How big can the integers be at maximum? Is zero the smallest integer you can
have, or can there be negative values (if so, what is the biggest negative
integer you can have)? By the way, did you really mean to say "with repeated
integers" or did you perhaps mean 'without'?

Rick