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
 
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".
 
Back
Top