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