Making Word windows invisible or small
Making Word windows invisible or small
- Subject: Making Word windows invisible or small
- From: "Frank W. Walker" <email@hidden>
- Date: Fri, 23 May 2003 15:42:38 -0400
- Thread-topic: Making Word windows invisible or small
I'm writing a script that opens a text file or Word doc in Word and reformats the text. It is slower than I'd like, and I was wondering if I could make the windows of the opened document small or invisible, which hopefully would speed up the process.
I tried:
tell application "Microsoft Word"
activate
open "document"
tell front window of front document
set invisible to true
end tell
end tell
It compiled ok, but when run it returned a message that it couldn't set invisible to true for the window.
Any help available?
TIA
Frank
_______________________________________________
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.