Word command line arguments

  • Thread starter Thread starter Ted Reilly
  • Start date Start date
T

Ted Reilly

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

Ted
 
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
 
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

Back
Top