Options.ShowMarkupOpenSave property (Word)

Returns or sets a Boolean that represents whether Microsoft Word displays hidden markup when opening or saving a file.

Syntax

expression. ShowMarkupOpenSave

expression An expression that returns an Options object.

Remarks

The ShowMarkupOpenSave property corresponds to the Make hidden markup visible when opening or saving option in the Security tab of the Options dialog box.

Example

The following example enables the Make hidden markup visible when opening or saving option.

Options.ShowMarkupOpenSave = True

See also

Options Object

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.