Options.ShowMarkupOpenSave Property

Word Developer Reference

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.

Visual Basic for Applications
  Options.ShowMarkupOpenSave = True

See Also