DisableCharacterSpaceGrid Property Example

This example sets Microsoft Word to ignore the setting for the number of characters per line for the selected text.

With Selection.Font
    .DisableCharacterSpaceGrid = True
End With