I am trying to return the path of an active document in my Word for mac macro with the call
strFolder = ActiveDocument.Path
This gives the file name also.
Is there a command for just the path or a string operation to minus the ActiveDocument.Name?
I don’t know why this was happening, but a resolution is below…
Hope this can help someone else in the future!