I have a macro that is supposed to copy the contents of a SharePoint folder to my C:drive, Sub CopyWorkbooks()
'Note: If ToPath folder ("C:\Aggregation\") already exist it will overwrite existing files in this folder
'if ToPath does not exist, it will be made for you.
Dim FSO As Object...