Font.Size Property
Word Developer Reference |
Returns or sets the font size, in points. Read/write Single.
Syntax
expression.Size
expression Required. A variable that represents a Font object.
Example
This example inserts text and then sets the font size of the seventh word of the inserted text to 20 points.
Visual Basic for Applications |
---|
|
This example determines the font size of the selected text.
Visual Basic for Applications |
---|
|
See Also