Paragraphs.IncreaseSpacing method (Word)

Increases the spacing before and after paragraphs in six-point increments.

Syntax

expression. IncreaseSpacing

expression Required. A variable that represents a 'Paragraphs' collection.

Example

This example increases the before and after spacing of a paragraph or selection of paragraphs by six points each time the procedure is run.

Sub IncreaseParaSpacing() 
 Selection.Paragraphs.IncreaseSpacing 
End Sub

See also

Paragraphs Collection Object

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.