ThemeEffectScheme.Load Method
Loads the effects scheme of a Microsoft Office theme from a file.
Syntax
expression.Load(FileName)
expression An expression that returns a ThemeEffectScheme object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| FileName | Required | String | The name of the effect scheme file. |
Example
The following example loads a theme effect scheme from a file.
| Visual Basic for Applications |
|---|
|