Skip to content

Files

Latest commit

 

History

History
58 lines (32 loc) · 1.24 KB

PowerPoint.Presentation.ApplyTheme.md

File metadata and controls

58 lines (32 loc) · 1.24 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.ApplyTheme method (PowerPoint)
vbapp10.chm583105
vbapp10.chm583105
PowerPoint.Presentation.ApplyTheme
e403614b-fc39-98e0-e707-501394aacfa1
06/08/2017
medium

Presentation.ApplyTheme method (PowerPoint)

Applies a theme or design template to the specified presentation.

Syntax

expression. ApplyTheme( _themeName_ )

expression A variable that represents a Presentation 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 Presentation object.

Example

This example applies a saved theme to the active presentation:

ActivePresentation.ApplyTheme "C:\Program Files\Microsoft Office\Templates\MyTheme.thmx"

This example applies a saved design template to the active presentation:

ActivePresentation.ApplyTheme "C:\Program Files\Microsoft Office\Templates\MyTheme.pot"

See also

Presentation Object

[!includeSupport and feedback]