Paragraph.DisableLineHeightGrid (Word)

True if Microsoft Word aligns characters in the specified paragraphs to the line grid when a set number of lines per page is specified. Returns wdUndefined if the DisableLineHeightGrid property is set to True for only some of the specified paragraphs.


With Selection.ParagraphFormat 
 .DisableLineHeightGrid = True 
End With