Re: document word not visible mode
Re: document word not visible mode
- Subject: Re: document word not visible mode
- From: David Wignall <email@hidden>
- Date: Thu, 01 Apr 2004 22:13:05 +1200
on 1/04/2004 8:46 PM, Giampiero Cairo at email@hidden wrote:
>
Hi all, I want open a document in invisible mode. (visible mode = false)
>
>
this is my snippet code:
>
>
>
tell application "Microsoft Word"
>
activate
>
do Visual Basic "
>
Documents.Open FileName:=\"Condivisa:STModelliOLE:ST_Fax.doc\" ,
>
visible:=false
>
end tell
>
>
>
The syntax "visible=false" seems to be wrong.
>
>
Any ideas?
The Visible argument is not supported on the Mac. It will not work on the
Mac.
--
Dave
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.