S
SteveH
I have a function which does the following:
1. Remove .xls from the file and use reminder as a wild card by
additing * at both the ends
2. Query the directory (source path) for the wild card
3. Check the data stamp on each file matching the card
4. Pick up the latest file
I now need the function to only process a file the last modified date
is less than 15days old. How can I do this?
Easy question I am sure but I cannot think of the answer.
Many thanks
SteveH
1. Remove .xls from the file and use reminder as a wild card by
additing * at both the ends
2. Query the directory (source path) for the wild card
3. Check the data stamp on each file matching the card
4. Pick up the latest file
I now need the function to only process a file the last modified date
is less than 15days old. How can I do this?
Easy question I am sure but I cannot think of the answer.
Many thanks
SteveH