
915 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to download all the pdf and non-pdf files within the sharepoint folder through vba access?
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.