Hi,
I am struggling to get list of files and its properties from "Search-ms" folder. It seems VBA is not accepting this type of file as a folder. I am using the bellow code
Sub Example4()
Dim objFSO As Object
Dim objFolder As Object
Dim objFile As Object
Dim ws As Worksheet...