PC Review


Reply
Thread Tools Rate Thread

date of JPG photo file which is taken

 
 
EXCEL NEWS
Guest
Posts: n/a
 
      5th Dec 2009
hi,

i am using a lot of photos taken at a construction cite,and i have to write
the date of JPG file which is taken

to excel sheet.

how can i get the date VBA property of which is taken at cite.

I mean the date of taking photo

thanks


 
Reply With Quote
 
 
 
 
Tim Williams
Guest
Posts: n/a
 
      5th Dec 2009
Go here:
http://sourceforge.net/projects/exifclass/

Download the (zipped) source code - extract the "cls" file and import to
your VBA project (it's for VB6 but seems to work fine in Excel VBA).

Example usage:

Sub Tester()
Dim exif As New ExifReader

exif.Load "D:\Pics\2009\CIMG1730.JPG"
Debug.Print exif.Tag(DateTimeOriginal)

End Sub

Tim



"EXCEL NEWS" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> hi,
>
> i am using a lot of photos taken at a construction cite,and i have to
> write the date of JPG file which is taken
>
> to excel sheet.
>
> how can i get the date VBA property of which is taken at cite.
>
> I mean the date of taking photo
>
> thanks
>
>



 
Reply With Quote
 
macropod
Guest
Posts: n/a
 
      5th Dec 2009
Hi,

To see how you can extract the EXIF data for all jpegs in a foilder to an Excel file, go to:
http://lounge.windowssecrets.com/ind...7&#entry618967
and download the attachment there, plus the dll at:
http://members.cox.net/foxbat121/exifview.html

--
Cheers
macropod
[Microsoft MVP - Word]


"EXCEL NEWS" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> hi,
>
> i am using a lot of photos taken at a construction cite,and i have to write the date of JPG file which is taken
>
> to excel sheet.
>
> how can i get the date VBA property of which is taken at cite.
>
> I mean the date of taking photo
>
> thanks
>
>


 
Reply With Quote
 
EXCEL NEWS
Guest
Posts: n/a
 
      7th Dec 2009
Thanks,it hleps


"Tim Williams" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Go here:
> http://sourceforge.net/projects/exifclass/
>
> Download the (zipped) source code - extract the "cls" file and import to
> your VBA project (it's for VB6 but seems to work fine in Excel VBA).
>
> Example usage:
>
> Sub Tester()
> Dim exif As New ExifReader
>
> exif.Load "D:\Pics\2009\CIMG1730.JPG"
> Debug.Print exif.Tag(DateTimeOriginal)
>
> End Sub
>
> Tim
>
>
>
> "EXCEL NEWS" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> hi,
>>
>> i am using a lot of photos taken at a construction cite,and i have to
>> write the date of JPG file which is taken
>>
>> to excel sheet.
>>
>> how can i get the date VBA property of which is taken at cite.
>>
>> I mean the date of taking photo
>>
>> thanks
>>
>>

>
>


 
Reply With Quote
 
EXCEL NEWS
Guest
Posts: n/a
 
      7th Dec 2009
Thanks,it hleps
"macropod" <(E-Mail Removed)> wrote in message
news:esFh4$(E-Mail Removed)...
> Hi,
>
> To see how you can extract the EXIF data for all jpegs in a foilder to an
> Excel file, go to:
> http://lounge.windowssecrets.com/ind...7&#entry618967
> and download the attachment there, plus the dll at:
> http://members.cox.net/foxbat121/exifview.html
>
> --
> Cheers
> macropod
> [Microsoft MVP - Word]
>
>
> "EXCEL NEWS" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> hi,
>>
>> i am using a lot of photos taken at a construction cite,and i have to
>> write the date of JPG file which is taken
>>
>> to excel sheet.
>>
>> how can i get the date VBA property of which is taken at cite.
>>
>> I mean the date of taking photo
>>
>> thanks
>>
>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP photo file property "Date Picture Taken"? LJB Windows XP Photos 4 2nd Feb 2010 03:00 PM
PPT: photo inserted as link to a photo file - but now it is gone! AJF Microsoft Powerpoint 2 20th Dec 2008 08:43 AM
How can I change a photo in a Word document into a jpg file photo? =?Utf-8?B?U3RhcnJkcmRy?= Microsoft Word Document Management 2 15th Mar 2006 12:15 PM
file directory with creation date & dimensions (for photo listing) =?Utf-8?B?S3Jpc3RpbmUgdGhlIERyYWdvbkxhZHk=?= Windows XP Help 3 11th Jan 2006 09:19 AM
Printing file name and date in Photo Editor Windows XP Photos 0 11th Dec 2003 12:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:20 PM.