I found sample code on the Internet for downloading files from a SharePoint folder using VBA (open in Explorer, map to drive letter, etc.)
Therefore, I wrote the fol
i solved this issue as followed:
In case of connecting every folder, which contains the requested files, to a network drive letter, I put all folders into the same library and connected the root folder of the library to a network drive letter only.
In case of connection
https://spFolder/Sector Reports/
respectively https://spFolder/Documents/
I will connect https://spFolder/
only and browse through the subdirectory using the File System Object.