I want to write a function where the first argument is mandatory (the year) but subsequent arguments vary from no arguments to as many as entered.
Is that possible?
I don't want to write:
Public Function MyFn(Year, Optional Loc1, Optional Loc2, Optional Loc3, Optional Loc4, Optional Loc5...