Selection.SelectCurrentFont method (Word)
Extends the selection forward until text in a different font or font size is encountered.
expression. SelectCurrentFont
expression Required. A variable that represents a Selection object.
This example extends the selection until text in a different font or font size is encountered. The example uses the Grow method to increase the size of the selected text to the next available font size.
With Selection
.SelectCurrentFont
.Font.Grow
End With
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.