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