Master.ApplyTheme Method (PowerPoint)
Applies a theme or design template to the specified slide master, title master, handout master, notes master, or design master.
Syntax
expression .ApplyTheme(themeName)
expression A variable that represents a Master object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
themeName |
Required |
String |
The path and name of the theme file (.thmx) or design template file (.pot) to apply to the Master object. |
Example
This example applies a saved theme to a slide master:
ActivePresentation.SlideMaster.ApplyTheme "C:\Program Files\Microsoft Office\Templates\MyTheme.thmx"
This example applies a saved design template to a slide master:
ActivePresentation.SlideMaster.ApplyTheme "C:\Program Files\Microsoft Office\Templates\MyTheme.pot"