9/29/2014 8:41 AM | |||||||||||||||||||||||||
Joined: 1/5/2011 Last visit: 11/29/2024 Posts: 815 Rating: (123) |
Dear RvdG, check out following syntax:
If the date is in the file name you can use the Mid function of vbs to read the specified characters from your filename. For example: PartOfFilename = Mid(Filename,5,8) returns 8 characters starting from position 5. Hope this helps. Kind regards, Jens |
||||||||||||||||||||||||
Keep it simple and on-topic. |
|||||||||||||||||||||||||
Follow us on