Hello,
I have a few different functions that are set up to do different things depending on the current date.
List of functions:
2020_Tasks
2021_Tasks
2022_Tasks
Is there a way, using VBA, to only call the '2020_Tasks' function if the current year is 2020, and then to continue moving through...