Syntax
OpenUpPara
Remarks
Sets the Before option on the Indents And Spacing tab in the Paragraph dialog box (Format menu) to "12 pt."
Example
If there is no space before the current paragraph, this example sets the Before option to "12 pt":
Dim dlg As FormatParagraph GetCurValues dlg If dlg.Before = "0 pt" Then OpenUpPara
See Also
CloseUpPara, FormatParagraph