R
reddust
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Hi there. The following script opens a file using a previously defined variable file_name to describe the file and path:
open file_name
I want a script that is able to use a password to do this using a variable pass_word to store - there is no listing in the Word 2004 applescript reference
I have tried
open file_name using password pass_word
open file_name password pass_word (by analogy with the save command)
Anybody know the correct syntax?
Many thanks
reddust
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Hi there. The following script opens a file using a previously defined variable file_name to describe the file and path:
open file_name
I want a script that is able to use a password to do this using a variable pass_word to store - there is no listing in the Word 2004 applescript reference
I have tried
open file_name using password pass_word
open file_name password pass_word (by analogy with the save command)
Anybody know the correct syntax?
Many thanks
reddust