Font.Spacing Property
Word Developer Reference |
Returns or sets the spacing (in points) between characters. Read/write Single.
Syntax
expression.Spacing
expression Required. A variable that represents a Font object.
Example
This example demonstrates two different character spacings at the beginning of the active document.
Visual Basic for Applications |
---|
|
This example sets the character spacing of the selected text to 2 points.
Visual Basic for Applications |
---|
|
See Also