ShowMarkupOpenSave Property

Microsoft Word Visual Basic

ShowMarkupOpenSave Property

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

expression.ShowMarkupOpenSave

expression    Required. 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