GlowFormat Object (Office)
Represents a glow effect around an Office graphic.
Example
This example applies glow to the text in the second shape on the second slide in a PowerPoint presentation:
With ActivePresentation.Slides(2).Shapes(2)
.Text.Font.Glowformat = msoGlowType2
End With