Paragraphs.CloseUp (Word)
Removes any spacing before the specified paragraphs.
The following two statements are equivalent:
ActiveDocument.Paragraphs.CloseUp
ActiveDocument.Paragraphs.SpaceBefore = 0
Removes any spacing before the specified paragraphs.
The following two statements are equivalent:
ActiveDocument.Paragraphs.CloseUp
ActiveDocument.Paragraphs.SpaceBefore = 0