Share via


Document.RemoveTheme Method

Word Developer Reference

Removes the active theme from the current document.

Syntax

expression.RemoveTheme

expression   Required. A variable that represents a Document object.

Example

This example removes the active theme from the current document.

Visual Basic for Applications
  ActiveDocument.RemoveTheme

See Also