Is it possible to download everything in a sharepoint folder?

Lopez, Ahiezer 236 Reputation points
2021-11-23T21:52:15.92+00:00

Is it possible to download all the pdf and non-pdf files within the sharepoint folder through vba access?

152014-image.png

Microsoft 365 and Office | Access | Development
Developer technologies | Visual Basic for Applications
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. DBG 2,456 Reputation points Volunteer Moderator
    2021-11-23T22:59:55.423+00:00

    VBA can do a lot of things, and it's probably possible to do what you're asking. However, I think the easiest method would be to link to the document library, so you can easily gather the information about each file's URL, so you can then use VBA to download it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.