A family of Microsoft word processing software products for creating web, email, and print documents.
Use this macro, which will run automatically every time you open a document:
Sub AutoOpen()
ActiveWindow.View.RevisionsMode = wdInLineRevisions
End Sub
If you don't know how to enable macros, follow these instructions:
To add the macro to your Normal.dotm template
- In your main menu bar, select Tools > Macro > Visual Basic Editor
- You should see a Project box
- In there, select Normal (Normal.dotm)
- In the main menu bar of the Editor, select Insert > Module
- A new window will open
- Paste the above code (from "Sub" to "End Sub")
- You can save your Normal.dotm template now (File > Save Normal.dotm) or Word will prompt you when quitting
- In the main menu, select Close and return to Microsoft Word (or do Command Q)