Word command line arguments

T

Ted Reilly

Is there a listing of word command line parameters? I'm
trying to force word to opem maximized.

Ted
 
M

Mike Williams [MVP]

Graham said:
There is no command line parameter to do this (See word help under
'starting word' for a list of switches)

Add the following command line to a macro called autoexec stored in
normal.dot.

Application.WindowState = wdWindowStateMaximize

See http://www.gmayor.com/installing_macro.htm

Another method, that works generically in Windows: right-click the menu
item, and select properties. On the Shortcut tab, set "Run" parameter to
"Maximized".
 

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