![]() |
|
|
|
#1
|
||||
|
||||
|
If you want to force "Original" for all documents, you can add the following macros to your Normal template: Code:
Sub AutoOpen()
With ActiveWindow.View.RevisionsFilter
.Markup = wdRevisionsMarkupNone
.View = wdRevisionsViewOriginal
End With
End Sub
Sub AutoNew()
With ActiveWindow.View.RevisionsFilter
.Markup = wdRevisionsMarkupNone
.View = wdRevisionsViewOriginal
End With
End Sub
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
#2
|
|||
|
|||
|
It is always inexplicable why Microsoft does such things, but what you've provided seems to have resolved the problem.
Many thanks, Stefan! Dale |
|
#3
|
||||
|
||||
|
I'm glad I could help. Thanks for the follow-up.
For what it's worth, it seems as the only options you are allowed to set as the default are "All Markup" or "Simple Markup" (and there have been several reports in the Microsoft Community where that doesn't work either).
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
| Tags |
| review tracking, simple markup, word 2013 |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot open certain ppt files | Menian | PowerPoint | 1 | 12-11-2014 03:30 AM |
| Can't open HELP files | Dorjun | Office | 0 | 03-18-2013 05:31 PM |
| Can't open my Doc files. | polly_G | Word | 16 | 08-29-2012 05:29 AM |
| Can't open .pps files in an email | Colonel Biggs | PowerPoint | 1 | 02-21-2012 08:40 PM |
| Can't open .pst legacy files | RetiredEngineer | Outlook | 1 | 11-14-2009 01:06 PM |