I cannot find a library that I can reference in the Tools/References section in Excel VBA. Sample code I have seen has is as follows:
'Reference the ExifTool library
Dim objExifTool As New ExifTool
'Set the path to the ExifTool executable
objExifTool.ExifToolPath = "C:\Program Files\ExifTool\exiftool.exe"
The reference for this code is the Microsoft scripting runtime library. However the reference to "ExifTool" doesn't show up in the list under Tools/References, so it throws an error.
Can anyone advise?
Sorry, no idea. You might look at the Programming (https://exiftool.org/#related_prog) links on the main page. There are a couple of VBA links there. I checked a few and nothing looked like a library, but I don't know enough about VBA to be sure.