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
ThemeFontScheme.Save("C:\myThemeFontScheme.xml")

See also: