Excel Experts:
I have been busy searching the lounge and while I have found some great information on validation lists, I have not found guidance as to my particular issue. My workbook has 95 sheets, one for each scheduled baseball game. What I would like to do, is have a validation list with 12 players name in it to start each sheet [alphabetical order by last name [i.e., family name]. As a player is selected, I would like to remove that name from the list for that sheet only. Once the starting nine players have been selected the remaining three names in the list are the substitutes. The last 3 names will selected in the substitute name section of each worksheet.
My current application has the same validation list available for each worksheet and does NOT remove names as they are selected on the current worksheet. If I could remove a name once it is selected, the data entry would go much faster but I am very poor with VBA [at least starting it from scratch] and I imagine this is the only solution to remove items from the list once selected.
I am also struggling with how to “reset” the list to 12 players so that when one goes to the second sheet [second game], and so on for all future games, that all 12 players are again available in the list to select. Is it possible to create one data validation list that is available to all 95 sheets and then have code on each sheet to remove names as selected?
Of course, I haven’t thought about how to handle the coach that makes a mistake and needs a name to reappear in the list because the player was selected in error on that sheet. But if I get this far it will be a world of improvement over the current approach. Thanks for your time to consider my questions….take care.