A family of Microsoft word processing software products for creating web, email, and print documents.
If the Word Option you are talking about is in the "Cut, Copy and Paste" section then it is not the default you want to change. That is the style that is applied when you use the "click and type" feature.
The surest way to achieve what you want is to open the NORMAL.DOTM template for editing. Then apply the style you want to be the new default to the single paragraph in the document.
You may also want to define a shortcut key for the style so you can easily apply it. Taking over the <CTL><N> shortcut usually (I didn't say "normal"ly !) assigned to the "normal" style.
Then close and save the changes.
Now when you create a new document, it will use the new default. This will not affect existing documents
Edit NORMAL.DOTM
From within Word:
· press Alt+F11 to display the Visual Basic Editor.
· Press Ctrl+G to activate the Immediate window.
· Type
NormalTemplate.OpenAsDocument
· and press Enter.
· The Normal template displays in a separate window
· you should now close the Visual Basic Editor
· Modify the style, or the document defaults, as appropriate.
· When you are done, save and close Normal.
·