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