Excel VBA Up-/Download from multiple SharePoint folders

前端 未结 1 1391
遇见更好的自我
遇见更好的自我 2020-12-20 10:24

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

相关标签:
1条回答
  • 2020-12-20 10:57

    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.

    0 讨论(0)
提交回复
热议问题