GRoston, you are welcome!
Other than those 3 tricks I have mentioned, I can offer you
a macro for your Normal.dot* template.
Code:
Sub Macro1()
'
' Macro1 Macro
'
'
Selection.WholeStory
With Selection.ParagraphFormat
.BaseLineAlignment = wdBaselineAlignAuto
End With
End Sub You can assign a keyboard shortcut or button for its execution.
Another possibility would be to use separate macro-enabled Word file with this macro (to avoid editing Normal.dotx template).