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

Thanks GJones, but I rather go with some VBA code or macros.
I want to build it, rather than use an existing app

Thanks,
weeper



"GJones" wrote:

Hi Weeper;

I do not have the code for you but checked found what
you're asking about at this website;

http://www.computer-mentors.co.uk/so...software/free-
sports-scheduling-software.html

Thanks,

Greg
-----Original Message-----
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




.