Forum Discussion
Macro does not work on OneDrive. It only works in local folder
Guille_Pazos I'm struggling with a similar problem with saving items on sharepoint. I believe the problem is that the path is an explorer/OS type of action while sharepoint/onedrive is driven through web api. I have been able to make it work if I map a local drive to the sharepoint/onedrive location, but have no guarantee my colleagues have that drive mapped. I have tried forcing a drive to get mapped, but haven't gotten that working right yet either (still trying). I have also been able to changing the path from:
https://name.sharepoint.com/path...
to
\\name.sharepoint.com@SSL\path...
but that only works if I have that server marked as a trusted server through IE
I don't know if any of that is of help but I will keep an eye here to see anyone else has more help