Hi,
I am using following code to get size of Image i.e. 1024 x 768.
This code is returning only "Dimensions" keyword.
Function PictureDimensions(filePath As String) As String
Set FSO = CreateObject("Scripting.FileSystemObject")
Set objShell = CreateObject("Shell.Application")
strParent =...