Random Team Generator
Thread Starter
Joined: Feb 2021
Posts: 12
Likes: 0
From: United States
Random Team Generator
Hi
I downloaded a random team generator for work, but I was wondering how I could change the title of the sheet without the document needing to be debug.
I get the message
Run time error '9':
Subscript out of range
I would like to have multiple sheets with the names of the events for each sheet rather than having the name Team Generator.
Thanks
I downloaded a random team generator for work, but I was wondering how I could change the title of the sheet without the document needing to be debug.
I get the message
Run time error '9':
Subscript out of range
I would like to have multiple sheets with the names of the events for each sheet rather than having the name Team Generator.
Thanks



Joined: Mar 2002
Aviation Qualifications: CPL
Posts: 3,392
Likes: 324
From: near an aeroplane
It wouldn't surprise me if the sheet name is used in the programming that creates the teams. It needs to be part of the object identifier when you write stuff to the cells on a sheet (but you can get around it... the question is how smart the programmer was...). The error you mention could be the result of you renaming it.
Thread Starter
Joined: Feb 2021
Posts: 12
Likes: 0
From: United States
It wouldn't surprise me if the sheet name is used in the programming that creates the teams. It needs to be part of the object identifier when you write stuff to the cells on a sheet (but you can get around it... the question is how smart the programmer was...). The error you mention could be the result of you renaming it.




