Exif for Microsoft Excel VBA

Started by TomRioux, June 21, 2016, 06:59:56 PM

Previous topic - Next topic

TomRioux

I downloaded a ExifReader from Alan Miller posted on http://windowssecrets.com/forums/showthread.php/103921-Picture-Property-(VB-VBA-2003)

it appears to be code similar to ExifTool BUT there is a stack overflow error when loading a file and when I used Jeffrey's Image Metadata Viewer from the web on the same file it was able to read and display the information

is there a Exif for Microsoft Excel VBA hat works?

thanks

Tom

Spilly

Tom

If you're still there...

I downloaded Michael Wandel's VB6 wrapper and got it working 99% (I thought it was 100% this morning)
after adapting it quite a bit for my purposes.

I'm processing whole libraries of JPGs all driven from Excel.
You can have a copy of the code if you're still interested.

As it stands it is now parameter driven, and you can retrieve sets of tags from an entire folder tree.
I'm very impressed by Exiftool - even the Windows executable.
I'm no perl geek, but I think the perl implementation would run even better.

spilly