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

See also: