Example
This example applies glow to the text in the second shape on the second slide in a PowerPoint presentation:

Visual Basic for Applications
With ActivePresentation.Slides(2).Shapes(2) .Text.Font.Glowformat = msoGlowType2 End With 

See also: