Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Toggles the spacing before the specified paragraphs.
Syntax
expression. OpenOrCloseUp
expression Required. A variable that represents a 'ParagraphFormat' object.
Remarks
If the spacing before the specified paragraphs is 0 (zero), this method sets spacing to 12 points. If the spacing before the paragraphs is greater than 0 (zero), this method sets spacing to 0 (zero).
Example
This example toggles the formatting of the first paragraph in the active document to either add 12 points of space before the paragraph or leave no space before it.
Selection.ParagraphFormat.OpenOrCloseUp
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.