Hi everyone,
We have a document that is saved in a sharepoint.
I want to make saving a copy easy for others but also give them the choice of where they save the document.
so I created a save button and when click it runs this code:
Sub filesave()
Dim bFileSaveAs As Boolean...