Hello,
I want to save a workbook directly to SharePoint. If I know the URL of the SharePoint directory, I can enter it directly into the directory line of the "Save as" dialog window.
But the question now is how I can specify the desired URL for the "Save As" dialog via VBA. Further I would like to know how I can use VBA to save a workbook, without using the "Save As" dialog, directly in a SharePoint directory.
I already tried it with Application.FileDialog(msoFileDialogSaveAs). It shows me the correct directory in the "Save As" dialog window, but if I then check the contents of the SharePoint directory by pressing the "Save" button, I find that my workbook has not been saved.
I would be happy if someone could answer my questions.
I want to save a workbook directly to SharePoint. If I know the URL of the SharePoint directory, I can enter it directly into the directory line of the "Save as" dialog window.
But the question now is how I can specify the desired URL for the "Save As" dialog via VBA. Further I would like to know how I can use VBA to save a workbook, without using the "Save As" dialog, directly in a SharePoint directory.
I already tried it with Application.FileDialog(msoFileDialogSaveAs). It shows me the correct directory in the "Save As" dialog window, but if I then check the contents of the SharePoint directory by pressing the "Save" button, I find that my workbook has not been saved.
I would be happy if someone could answer my questions.