![]() |
#2
|
||||
|
||||
![]()
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 |
Tags |
review tracking, simple markup, word 2013 |
|
![]() |
||||
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 |