Paragraphs.CloseUp Method
Word Developer Reference |
Removes any spacing before the specified paragraphs.
Syntax
expression.CloseUp
expression Required. A variable that represents a Paragraphs collection.
Remarks
The following two statements are equivalent:
Visual Basic for Applications |
---|
|
Example
This example removes any space before the first paragraph in the selection.
Visual Basic for Applications |
---|
|
See Also