Syntax

expression.Load(FileName)

expression An expression that returns a ThemeColorScheme object.

Parameters

Name Required/Optional Data Type Description
FileName Required String The name of the color theme file.

Example
The following example loads a theme color scheme from a file.

Visual Basic for Applications
ThemeColorScheme.Load ("C:\myThemeColorScheme.xml") 

See also: