Arvind Nolkha
New Member
- Joined
- Jan 30, 2010
- Messages
- 19
Hi All,
I have a macro which copies the files to another folder based on modified date. Below is the extract of code in Macro :
Code : If InStr(1, objFile.DateLastModified, "9/11/2011") Then
This code doesn't work if more than one date is mentioned.
I need to get this code modified to copy all files which are greater than the mentioned modified date. Can someone please help on this and provide the correct code / new macro for the same.
I have a macro which copies the files to another folder based on modified date. Below is the extract of code in Macro :
Code : If InStr(1, objFile.DateLastModified, "9/11/2011") Then
This code doesn't work if more than one date is mentioned.
I need to get this code modified to copy all files which are greater than the mentioned modified date. Can someone please help on this and provide the correct code / new macro for the same.