ThemeColorScheme.Save Method
Saves the color scheme of a Microsoft Office theme to a file.
Syntax
expression.Save(FileName)
expression An expression that returns a ThemeColorScheme object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| FileName | Required | String | The name of the file. |
Example
The following example saves the color scheme for an Office theme to a file.
| Visual Basic for Applications |
|---|
|