LinesToPoints Method Example
This example sets the paragraph line spacing in the selection to three lines.
With Selection.ParagraphFormat .LineSpacingRule = wdLineSpaceMultiple .LineSpacing = LinesToPoints(3) End With