View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default date created on picture files

You could try:-

Sub sonic()
filedate = FileDateTime("c:\picture1.jpg")
MsgBox (filedate)
End Sub

Mike

"Bob Flanagan" wrote:

Greetings. I need to get the date created on my picture files, which are
JPG files. Is there a way to return the date created property of a JPG
file?

Thanks,

Bob Flanagan