View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Is there a last update property of a file.

? filedatetime("c:\data1\alex2.xls")
7/10/2003 5:18:35 PM


Should give you the date and time when the file was last saved for a closed
file.

--
Regards,
Tom Ogilvy

"Eric" wrote in message
...
Is it possible to have VBA code check the time of last
update of a file to decide wether or not to download a
later version?