View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lvcha.gouqizi lvcha.gouqizi is offline
external usenet poster
 
Posts: 38
Default how to retrieve properties of a file in VBA

I need to get the last modified time of some files (which I have
access) with URI like "H:\path\filename". The script is located at a
different disk like "D:\myscript". Is there anyway to do that? Thanks.