Workbook.ApplyTheme Method

Excel Developer Reference

Applies the specified theme to the current workbook.

Version Information
 Version Added:  Excel 2007

Syntax

expression.ApplyTheme(Filename)

expression   A variable that represents a Workbook object.

Parameters

Name Required/Optional Data Type Description
Filename Required String Name of the theme.

See Also