About the getFullLocalPath function #167
Replies: 3 comments 3 replies
-
|
An amendment has been created. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for reporting this. Hopefully @6DiegoDiego9 will have a chance to test your proposed solution as I am not using OneDrive. In the meantime, can you provide some clarity in your code above? I can't see where the variable Mike |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @hanamichi77777 I made some basic tests, supporting your fix (see the 4rd). Original function: ?webshared.getLocalOneDrivePath("https://d.docs.live.net/E06AC432B5CC3845/Documenti/") ?webshared.getLocalOneDrivePath("https://d.docs.live.net/E06AC432B5CC3845/Documenti") ?webshared.getLocalOneDrivePath("https://d.docs.live.net/E06AC432B5CC3845/") ?webshared.getLocalOneDrivePath("https://d.docs.live.net/E06AC432B5CC3845") @hanamichi77777's version: ?webshared.getLocalOneDrivePath("https://d.docs.live.net/E06AC432B5CC3845/Documenti/") ?webshared.getLocalOneDrivePath("https://d.docs.live.net/E06AC432B5CC3845/Documenti") ?webshared.getLocalOneDrivePath("https://d.docs.live.net/E06AC432B5CC3845/") ?webshared.getLocalOneDrivePath("https://d.docs.live.net/E06AC432B5CC3845") |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As shown in the code below, when I run getFullLocalPath(ThisWorkbook.Path) in the root directory of OneDrive, I cannot get the local path.However, if I run it outside the root directory, it works fine.

I want to check if it depends on the environment.
Beta Was this translation helpful? Give feedback.
All reactions