Recent content by Pat_M

  1. P

    Create Sharepoint Online folder from VBA (access 2016)

    I only need to create the subfolder in sharepoint online. I can make use of a linked sharepoint list to access the contents of the folder afterwards. So the sample code from the SO post should be all I need, but I am missing how to get it running: strPostData = "{ '__metadata': { 'type'...
  2. P

    Create Sharepoint Online folder from VBA (access 2016)

    Thanks isladogs, here's the link: https://stackoverflow.com/questions/58243289/create-sharepoint-folder-from-vba-access-2016
  3. P

    Create Sharepoint Online folder from VBA (access 2016)

    I am a newcomer to SharePoint Online and I am trying to add a subfolder to a SharePoint Document Library from Access 2016 using VBA. As this is my first post here I cannot add links to a recent post in Stack overflow "Create Sharepoint folder from VBA (access 2016)" which seems to be exactly...
Back
Top Bottom