Paragraphs.CloseUp method (Word)
Removes any spacing before the specified paragraphs.
Syntax
expression. CloseUp
expression Required. A variable that represents a 'Paragraphs' collection.
Remarks
The following two statements are equivalent:
ActiveDocument.Paragraphs.CloseUp
ActiveDocument.Paragraphs.SpaceBefore = 0
Example
This example removes any space before the first paragraph in the selection.
Selection.Paragraphs.CloseUp
See also
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.