Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way to not show the 'date created' on Excel files? | Excel Discussion (Misc queries) | |||
Files Created By One Are Read-Only To Others | Excel Discussion (Misc queries) | |||
PC-created files used on a Mac - Problems | Excel Discussion (Misc queries) | |||
Can an Excel formula be created to paste a picture in a cell? | Excel Worksheet Functions | |||
why does Excel 2003 flip picture objects in a document created in. | Excel Discussion (Misc queries) |