Forum Discussion
sf49ers19238597
Oct 05, 2024Iron Contributor
i need help code worksheet to userform without type in manually.
I have a worksheet called Bye weeks. I also have a user form called NFL Scores form. I help create VBA code to look at the bye week worksheet and also look on user form team bye which match on ...
DashiellReed
Mar 20, 2025Iron Contributor
Below is an example of how your VBA code could look. In this example, I'll assume you have a ListBox to display teams and that they should match the bye week for the selection.