RemoveTheme Method From Microsoft Word Visual Basic previous page next page Removes the active theme from the current document. expression.RemoveTheme expression Required. An expression that returns a Document object.ExampleThis example removes the active theme from the current document.ActiveDocument.RemoveTheme