When using a sub with "Dim objExif as New ExifReader" and loop containing "objExif.Load strFilename
txtExifInfo = objExif.Tag(DateTimeOriginal)"
The "Load" method did not re-initialise the exif data. Was returning same date value of first jpg every subsequent invocation dispite load. Had to move the above code to a function to get valid results. I'll try to see if I can fix it...
2008-01-03 12:04:10 UTC in Exif reader class/dll for VB 6