Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default date of JPG photo file which is taken

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 298
Default date of JPG photo file which is taken

Go he
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$B!!(BNEWS" wrote in message
...
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




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 293
Default date of JPG photo file which is taken

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...#entry618 967
and download the attachment there, plus the dll at:
http://members.cox.net/foxbat121/exifview.html

--
Cheers
macropod
[Microsoft MVP - Word]


"EXCEL$B!!(BNEWS" wrote in message ...
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



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default date of JPG photo file which is taken

Thanks,it hleps


"Tim Williams" wrote in message
...
Go he
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$B!!(BNEWS" wrote in message
...
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





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default date of JPG photo file which is taken

Thanks,it hleps
"macropod" wrote in message
...
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...#entry618 967
and download the attachment there, plus the dll at:
http://members.cox.net/foxbat121/exifview.html

--
Cheers
macropod
[Microsoft MVP - Word]


"EXCEL$B!!(BNEWS" wrote in message
...
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






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default date of JPG photo file which is taken


You can use the Input Textstream functions in Exel VBA to read the data
in JPG files and pick out the Picture Taken Date. I have created an
excel workbook with this <a
href="http://www.ipi-international.co.uk/IPI%20Backup.zip"function</a.
You can copy the code from there if you wish. It seems that there are
some differences in the time when looking at the Picture Taken Date
using Explorer on a Vista system.


EXCEL$B!!(BNEWS;578204 Wrote:

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



--
ipi-paul
------------------------------------------------------------------------
ipi-paul's Profile: http://www.thecodecage.com/forumz/member.php?u=1819
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=159835

http://www.thecodecage.com/forumz

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
File size gets huge on photo insert mooresk257 Excel Programming 4 May 6th 09 09:52 AM
File size gets huge on photo insert joel Excel Programming 0 May 5th 09 08:01 PM
Help- Insert text if photo file not available Stevep4 Excel Discussion (Misc queries) 6 January 23rd 09 04:34 PM
XL 2007 link to a photo file and "publish" [email protected] Links and Linking in Excel 0 September 12th 07 06:25 AM
import photos to specific cells named with file name of photo Vanessa Excel Discussion (Misc queries) 1 September 6th 07 03:56 PM


All times are GMT +1. The time now is 03:19 AM.

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

About Us

"It's about Microsoft Excel"