Forum Discussion
sf49ers19238597
Sep 10, 2023Iron Contributor
I have nfl grid schedule. I press button to put team schedule on own worksheet is error in vba code
I have nfl grid schedule. I press football icon button to put team schedule on own worksheet stop at colts worksheet. is error in vba code
11 Replies
Sort By
After deleting the existing sheets named after teams, your macro ran without errors.
- sf49ers19238597Iron Contributorwhich worksheet you mean?
The sheets named 49ERS, BEARS, BENGALS etc. - in other words, the ones whose name is listed in column B of the TEAMS sheet. The code creates a new sheet for each of these names, but if a sheet of that name already exists, you'll get an error.