Consulting

Results 1 to 3 of 3

Thread: convert Exif photo data to excel

  1. #1
    VBAX Contributor
    Joined
    Jul 2009
    Posts
    157
    Location

    Question convert Exif photo data to excel

    Using VISTA and Excel 2007 - I would like to export to an Excel 2007 spreadsheet the EXIF data from photos in a specific directory. The photos are generally .jpg files but some could be .TIF files. The code I have seen for exporting file and directory data does not include the EXIF info I am wanting. I have searched other threads and they do not seem to address this specific issue. There are applications commercially available to do this but I thought this group probably would have an answer.

    Each photo generally has this EXIF info which records the specifics about each photo and is captured by the camera when the photo is taken. In the directory, you can right click on the file and go to Properties and then click on the Summary tab to view this data. Examples are Camera Model, Equipment Make, Shutter Speed, Lens Aperature, ISO Speed, and so on.

    What I would like to do if possible, is to open the file path using a dialog box, and then the code would import the EXIF info into the Excel 2007 spreadsheet. I would want all fields available that could be exported from the EXIF data.

    Anyone have any suggestions as to how to grab this data ?

    Thanks in advance :-)

  2. #2
    VBAX Contributor
    Joined
    Jul 2009
    Posts
    157
    Location
    Anyone have any ideas ?

  3. #3
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    I suspect you do need a 3rd pary application or API to solve this. The properties listed are not MSOffice so VBA does not contain the methods required.
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •