Skip to content

Files

Latest commit

 

History

History
42 lines (25 loc) · 902 Bytes

PowerPoint.Presentation.Fonts.md

File metadata and controls

42 lines (25 loc) · 902 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.Fonts property (PowerPoint)
vbapp10.chm583016
vbapp10.chm583016
PowerPoint.Presentation.Fonts
3caece78-6ca9-bca8-5683-4722e1f563cf
06/08/2017
medium

Presentation.Fonts property (PowerPoint)

Returns a Fonts collection that represents all fonts used in the specified presentation. Read-only.

Syntax

expression.Fonts

expression A variable that represents a Presentation object.

Example

This example replaces the Times New Roman font with the Courier font in the active presentation.

Application.ActivePresentation.Fonts _
    .Replace "Times New Roman", "Courier"

See also

Presentation Object

[!includeSupport and feedback]