Advanced Tools Startup Switches Word Mac X

J

James D. Bower

Is there an easy way of starting word without its default blank document?
There used to be "switches" you could define in Menu>Tools>Tools Advanced
Settings>then define Option settings. There were documented switches in word
5.x for Mac that included "/n" for starting with a blank document. I cannot
recall the syntax for the other settings. Anyone have an idea or a better
way of starting Word without its bland document?
 
J

John McGhie [MVP]

James:

"/n" will probably still work if you insist. However, you need to be aware
that if Word has no document loaded, it has no global template loaded
either, which can be a problem with what you want to do next.

You could also use:

Sub AutoExec()
activedocument.close
End sub

You may need to insert an OnTime(Now + "00:00:05") statement ahead of the
close statement to ensure that Word is fully loaded before it attempts to
close the active document.

Please check my syntax: I am on the train at the moment and I can't.

Cheers


from said:
Is there an easy way of starting word without its default blank document?
There used to be "switches" you could define in Menu>Tools>Tools Advanced
Settings>then define Option settings. There were documented switches in word
5.x for Mac that included "/n" for starting with a blank document. I cannot
recall the syntax for the other settings. Anyone have an idea or a better
way of starting Word without its bland document?

--
All Spam and attachments blocked by Microsoft Entourage for Mac OS X. Please
post replies to the newsgroup to maintain the thread.

John McGhie, Microsoft MVP: Word for Macintosh and Word for Windows
Consultant Technical Writer <[email protected]>
+61 4 1209 1410; Sydney, Australia: GMT + 10 hrs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top