Changing the default to "no markup"

Can the default in Word 2013 be changed so that documents open to "no markup" instead of "all markup" or "simple markup"? Thanks.

A document will open in the mode in which it was saved.


However, if you had an AutoOpen macro in an Add-in that contained the following code, it should turn off the tracking of Revisions and display of Revisions


With ActiveDocument
    If .ProtectionType = wdAllowOnlyRevisions Then
        .Unprotect
    End If
    .TrackRevisions = False
    .ShowRevisions = False
End With



It would not work however if the document was protected for Tracked Changes with a password applied unless you also supplied the password by replacing the line


         .Unprotect


with


         .Unprotect password


where in place of password, you supply the actual password.

Hope this helps,
Doug Robbins - MVP Office Apps & Services (Word)
dougrobbinsmvp@gmail.com
It's time to replace ‘Diversity, Equity & Inclusion’ with ‘Excellence, Opportunity & Civility’ - V Ramaswamy

7 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Thank you, Mr. Robbins. I will try the saving with "no markup" as the rest is way over my head.

2 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

This is not correct.  I have a Word 2013 document that I've saved with No Markup and Original being selected but it keeps re-opening showing Simple Markup.  The markup consists only of comments I've added.  I also tried unchecking Comments under Show Markup and saved the document but when I re-opened it Simple Markup and the comments were shown again.

64 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

I have a Word 2013 document that I've saved with No Markup and Original being selected but it keeps re-opening showing Simple Markup.  The markup consists only of comments I've added.  I also tried unchecking Comments under Show Markup and saved the document but when I re-opened it Simple Markup and the comments were shown again.

The display options on the Review tab are usually not saved with a document. Switching between "All Markup" and "Simple Markup" seems to be a global setting for some users, that is, it applies to all documents, though.

In theory, (some of) the options at Review tab | Show Markup can be saved with the document if you clear "Make hidden markup visible when opening or saving" at File | Options | Trust Center | Trust Center Settings | Privacy Options. But note that the "Make hidden markup visible..." option itself applies to your computer and your Word installation, only. You can't control what other people see if you send them the file.

Stefan Blom
Microsoft 365 Word MVP since 2005
Volunteer Moderator (Office)
MS 365, Win 11 Pro
~~~~
Please note that I do not work for Microsoft
MVP program info: https://mvp.microsoft.com/
~~~~

45 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Can the default in Word 2013 be changed so that documents open to "no markup" instead of "all markup" or "simple markup"? Thanks.
thank you for the suggestion.  But every time I open a document I have to do this because it doesn't stay on no markup.  It resets itself to simple markup every time.

9 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

You can't hide the markup permanently by using the options in the Review for Display drop down. You have to accept (or reject) all changes and remove all comments, if you want to get rid of them.
Stefan Blom
Microsoft 365 Word MVP since 2005
Volunteer Moderator (Office)
MS 365, Win 11 Pro
~~~~
Please note that I do not work for Microsoft
MVP program info: https://mvp.microsoft.com/
~~~~

34 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Thanks very much Doug!

This really helped.

I'm assuming that

 .TrackRevisions = False

is the part that turns off track changes; since that is something that others in my office use, so I just commented it out, and it works great!

It really is a bit of a shame that there's no global Word variable for this, in Options or something like 'override document markup state' or similar.

Also, to clear up confusion in some later posts, a document with 'track changes' turned on will always default to 'show markup' upon opening, even if it was saved with 'no markup' being used.

15 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated May 13, 2024 Views 34,320 Applies to: