I am writing a macro that would:
check out a document from sharepoint
open a document on C drive
save (stack) the open document on the sharepoint document
close the file
check in the document.
my code is as follows:
Workbooks.CheckOut "https://site.com/J/TestingFile.xlsx"
Set wbTarget =...