Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
True for Microsoft Word to display formatting changes made to a document with Track Changes enabled. Read/write Boolean.
Syntax
expression. ShowFormatChanges
expression An expression that returns a 'View' object.
Example
This example hides the formatting changes made to the active document. This example assumes that formatting changes have been made to a document in which Track Changes is enabled.
Sub HideFormattingChanges()
ActiveWindow.View.ShowFormatChanges = False
End Sub
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.