Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 340
Default date created on picture files

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default date created on picture files

see this discussion:

http://tinyurl.com/23mu9g

--
Regards,
Tom Ogilvy


"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



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 340
Default date created on picture files

Many thanks Tom. That did the trick. Now I just have 2397 pictures to
organize and copy to DVDs....

Bob

"Tom Ogilvy" wrote in message
...
see this discussion:

http://tinyurl.com/23mu9g

--
Regards,
Tom Ogilvy


"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





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to not show the 'date created' on Excel files? dan Excel Discussion (Misc queries) 1 April 11th 07 02:03 PM
Files Created By One Are Read-Only To Others vilja Excel Discussion (Misc queries) 0 June 8th 06 02:55 PM
PC-created files used on a Mac - Problems JEFF Excel Discussion (Misc queries) 4 July 29th 05 09:26 PM
Can an Excel formula be created to paste a picture in a cell? bonita0914 Excel Worksheet Functions 2 April 28th 05 06:11 PM
why does Excel 2003 flip picture objects in a document created in. Don Excel Discussion (Misc queries) 1 March 10th 05 08:41 PM


All times are GMT +1. The time now is 11:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"