T Ted Reilly Dec 22, 2003 #1 Is there a listing of word command line parameters? I'm trying to force word to opem maximized. Ted
G Graham Mayor Dec 22, 2003 #2 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
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
M Mike Williams [MVP] Dec 22, 2003 #3 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 Click to expand... Another method, that works generically in Windows: right-click the menu item, and select properties. On the Shortcut tab, set "Run" parameter to "Maximized".
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 Click to expand... Another method, that works generically in Windows: right-click the menu item, and select properties. On the Shortcut tab, set "Run" parameter to "Maximized".