Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 864 Bytes

Excel.TextEffectFormat.FontSize.md

File metadata and controls

36 lines (23 loc) · 864 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TextEffectFormat.FontSize property (Excel)
vbaxl10.chm118006
vbaxl10.chm118006
Excel.TextEffectFormat.FontSize
b78fa323-4fcb-c12a-4166-f1689d9f0a93
05/17/2019
medium

TextEffectFormat.FontSize property (Excel)

Returns or sets the font size for the specified WordArt, in points. Read/write Single.

Syntax

expression.FontSize

expression A variable that represents a TextEffectFormat object.

Example

This example sets the font size to 16 points for the shape named WordArt 4 in myDocument.

Set myDocument = Worksheets(1) 
myDocument.Shapes("WordArt 4").TextEffect.FontSize = 16

[!includeSupport and feedback]