Hi There,
I am using the following to assign the workbooks path to myPath:
myPath = activeworkbook.path
When I do this, it assigns the sharepoint path:
https://name.sharepoint.com/sites/sitename/Shares/Acme/Global Documents/QPCG
I want the path in this format:
C:\Users\...........\Global Documents\QPCG
Is there an easy way to do this? If not, can I somehow convert it to what I am looking for?
Thanks.
I am using the following to assign the workbooks path to myPath:
myPath = activeworkbook.path
When I do this, it assigns the sharepoint path:
https://name.sharepoint.com/sites/sitename/Shares/Acme/Global Documents/QPCG
I want the path in this format:
C:\Users\...........\Global Documents\QPCG
Is there an easy way to do this? If not, can I somehow convert it to what I am looking for?
Thanks.