I am trying to be able to insert the path to an image, and have the dimensions and other attributes of the image returned in a cell. I am able to get the dimensions of all the images located in the specified folder when running the macro below:
Sub Dimensions()
Dim sFile As Variant
Dim oShell...