Font.Position property (Word)
Returns or sets the position of text (in points) relative to the base line. Read/write Long.
expression.Position
expression Required. A variable that represents a Font object.
A positive number raises the text, and a negative number lowers it.
This example lowers the selected text by 2 points.
Selection.Font.Position = -2
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.