In outline view, moves the paragraphs within the specified range after the next visible paragraph or before the previous visible paragraph. Body text moves with a heading only if the body text is collapsed in outline view or if it's part of the range.
Syntax
expression.Relocate(Direction)
expression Required. An expression that returns a Range object.
Direction Required Long. The direction of the move. Can be either of the following WdRelocate constants: wdRelocateUp or wdRelocateDown.