I have got a complex problem, it is more complex to explain, but let me start.
I have a path in an excel cell (path leads to a share) and i would like to do it in VBA.
I would like to get the file, which has the shortest last modified date (file was modified last in that folder), but it is not sure how many sub folder the folder I am scanning has.
My Question is, how do I Scan a folder for the files last modified date and how can i scan the subfolders (if there are subfolders) of this folder?