Paragraph.OpenUp (Word)

Sets spacing before the specified paragraphs to 12 points.

You can also use the SpaceBefore property to set the spacing for a paragraph. The following two statements are equivalent:


ActiveDocument.Paragraphs(1).OpenUp 
ActiveDocument.Paragraphs(1).SpaceBefore = 12