View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
sali sali is offline
external usenet poster
 
Posts: 53
Default Extracting date file modified from a text file.

"webels" je napisao u poruci interesnoj
...
Hi
As part of an error checking control step I would like to add some VBA
to a Macro which requires extracting the date of modification of a
text file.



there is vba function 'filedatetime(filename)' which returns the date-time
of a specified file-name, so you may process it as you want