View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Lyons[_2_] Kevin Lyons[_2_] is offline
external usenet poster
 
Posts: 1
Default Need to randomly populate a 10x10 array of cells with 100 names - 5 people listed 20 times each...

Hello,

I need to randomly populate a 10x10 array of cells with 100 names - 5
people listed 20 times each {Tom, Sue, Ray, Lin, Bob}.

For example, in the range, C3:L12, I need Tom listed exactly 20 times,
Sue listed 20 times, etc.

A VBA solution is the preferred method!

Thanks,

Kevin