hide a word document
hide a word document
- Subject: hide a word document
- From: Giampiero Cairo <email@hidden>
- Date: Fri, 12 Mar 2004 10:53:25 +0100
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?
TIA
Giampiero
_______________________________________________
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.