Document.ApplyDocumentTheme Method
Applies a document theme to a document.
Syntax
expression. ApplyDocumentTheme
( _FileName_
)
expression An expression that returns a Document object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
FileName | Required | String | The path and file name of the theme to apply. |
Example
The following example applies the Verve document theme to the active document.
ActiveDocument.ApplyDocumentTheme _
"C:\Program Files\Microsoft Office\" & _
"Document Themes 12\Verve.thmx"
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.