ProtectedViewWindow.ToggleRibbon method (Word)

Shows or hides the ribbon.

Syntax

expression. ToggleRibbon

expression An expression that returns a 'ProtectedViewWindow' object.

Remarks

If the ribbon is visible, the ToggleRibbon method hides it; if the ribbon is hidden, the ToggleRibbon method shows it.

Example

The following code example toggles the ribbon for the active Protected View window.

ActiveProtectedViewWindow.ToggleRibbon

See also

ProtectedViewWindow 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.