Font.Grow Method
Word Developer Reference |
Increases the font size to the next available size.
Syntax
expression.Grow
expression Required. A variable that represents a Font object.
Remarks
If the selection or range contains more than one font size, each size is increased to the next available setting.
Example
This example increases the font size of the fourth word in a new document.
Visual Basic for Applications |
---|
|
This example increases the font size of the selected text.
Visual Basic for Applications |
---|
|
See Also