Hi all
I need to have a script to simulate Microsoft's Word "File->Open URL" command and paste my file's URL there.
I need to open my file from server, without downloading, using WebDav.
I've tried to use following script:
but i got error:
"execution error: Microsoft Word got an error: file doesnt understand the open message. (-1708)"
Thank you for any help.
I need to have a script to simulate Microsoft's Word "File->Open URL" command and paste my file's URL there.
I need to open my file from server, without downloading, using WebDav.
I've tried to use following script:
Code:
tell application "/Applications/Microsoft Office 2011/Microsoft Word.app/Contents/MacOS/Microsoft Word"
open file
"https://www.myserver...bdav/MyDoc.doc"
end tell
but i got error:
"execution error: Microsoft Word got an error: file doesnt understand the open message. (-1708)"
Thank you for any help.