I'm trying to create a folder on SharePoint.
I have code for Excel, that checks if a folder exists. If it doesn't, the code creates it.
I tried to use the MkDir function, but apparently it can't be used with SharePoint.
My URL looks something like this: https://XXXXXX.sharepoint.com/sites/XXXX/Documents%20partages/XXXX/FA
During my research, some people were talking about mapping, but I have no idea what it means.
Is there a way to create a folder using something similar to MkDir?
MkDirwill make folders on the file system of the operating system (e.g. Windows), which are not the same as Sharepoint folders. Sharepoint is a web-based application that has its own methods. This might help mrexcel.com/board/threads/…