A function to finds all the dates for a week day within an given date range.
For example:
We need to find what are the dates for the Thursdays in the date range starting from 1/1/2013 to 1/31/2013.
In this case:
The function would be defined as FindDay ("1/1/2014";"1/31/2014";5)
Here the...