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

Concepts

Options Object Members

Options Object