I have a loop that goes through file names in a folder.
The file names are all like this 0418tue.pbn
The first 2 numbers are the Month and the next 2 numbers are the day.
In the loop I use the MID methord to extract these 2 items.
What I would like is something like this
If Month AND Day =...