DisableLineHeightGrid Property Example

This example sets Microsoft Word to align characters in the selected paragraphs to the line grid if you’ve specified a set number of lines per page.

With Selection.ParagraphFormat
    .DisableLineHeightGrid = True
End With