My company migrated our Sharepoint to 365 and now the UNC paths don't work.
How can I use VBA to copy files using the Sharepoint URL, or is there something I'm missing when I convert the URL to UNC? I tried adding @SSL to the end of the domain which didn't work.
Dim fso As New FileSystemObject
fso.CopyFile SourcePath, WebPath, True