Font.Shrink Method
Word Developer Reference |
Decreases the font size to the next available size.
Syntax
expression.Shrink
expression A variable that represents a Font object.
Remarks
If the selection or range contains more than one font size, each size is decreased to the next available setting.
Example
This example inserts a line of increasingly smaller Z's in a new document.
Visual Basic for Applications |
---|
|
See Also