I am creating a macro that requires me to get the path of a Visio file from a synchronized SharePoint folder, however the normal Visio.ActiveDocument.Path
returns a value like:
https://SITE_NAME.sharepoint.com/sites.....
Is there any way I can get the local path like :
C:\Users\USER\SITE_NAME\SUB_SITE\Templates
I currently have the address hard coded for testing the rest of the code but need to a way to dynamically get the path.