View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
weeper weeper is offline
external usenet poster
 
Posts: 7
Default Round-Robin Scheduling

Hi there!,
I'm looking for some VBA code snippet or macros
to help me flush out a solution that will generate a Round-Robin schedule from
a list of participants and in this case number of available table tennis
table for a tournament.

Example:
I could have 12 entries (participants) and only 3 tables, so that means that
for every round in the Round-Robin only 6 participants can play at a time, so
I would like to include this logic in the routine so that I don't double
schedule any participants in the same round.

Thanks,
w