PDA

View Full Version : open a file based on a modified date



philfer
08-28-2010, 06:40 AM
Hello,

Is there a way to programatically open a file but to look at the modified date and if the modified date is not yesterday to show a message box giving a warning

Thanks
Phil

Bob Phillips
08-28-2010, 08:35 AM
Use FileSystemObject to get the modified property of the file and check it before opening.