Example
The following example changes the formatting of the Heading 2 style in the active document to Arial and bold.

Visual Basic for Applications
With ActiveDocument.Styles(wdStyleHeading2).Font2 .Name = "Arial" .Italic = True End With 

See also: