Re: hide a word document
Re: hide a word document
- Subject: Re: hide a word document
- From: David Wignall <email@hidden>
- Date: Fri, 12 Mar 2004 23:25:47 +1300
on 12/03/2004 10:53 PM, Giampiero Cairo at email@hidden wrote:
>
Hi all, I want hide a Word Document I opened before.
>
>
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 implemented in Word:Mac X nor, for what it's
worth, Win Office 97. Ran into this exact issue about three weeks ago.
--
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.