0

I am trying to write VBA code in Access to check if folder exists on Sharepoint site and if it doesn't the create it, if it does then just open a location of it.

I managed to get it to open existing ones using some of my old codes, but can't figure out how to make it work to create and check for existing.

Help would be appreciated, thank you.

2 Answers 2

0

There is no VBA that can be used to create folders in SharePoint online. VBA does not have commands for that.

0

Here is a workaround you can try, make the SharePoint library sync to local folders, then use the VBA code to manage the local folders. OneDrive would do the syncing work and finally you can have similar functionalities.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.