Force the File New dialog to display in List view

Article contributed by Bill Coan

Create a FileNew macro that will run in place of Word's own File New routine

Sub FileNew()

SendKeys "%2"
Dialogs(wdDialogFileNew).Show

End Sub

Change the SendKeys statement to %1 for Large Icon view or to %3 for Detail view.