Thanks Daiya. I was afraid of that. It's not a major problem. I was hoping
there would be a property of a Document object that I could set in VB before
opening Word so that a new blank document would NOT be created by default. I
thought this question would have come up many times.
You can do it by AppleScript. (I suppose you could do it in VBA too, but
only by deleting the new doc since by the time VBA can go into operation
Word, and the new blank doc, will have first had to open.)
Instead of double-clicking Word, make an AppleScript to keep either (saved
as Script - .scpt) in the OS Script menu (in Tiger, go to
/Applications/AppleScript/AppleScript Utility, launch it, and choose ˆ Show
script menu in menu bar), or else saved as Application (slower) in
Applications then drag to Dock and click the icon.
Here's the script:
tell application "Microsoft Word"
launch
activate
end tell
That will do it.
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <
http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.