Section.Range Property
Word Developer Reference |
Returns a Range object that represents the portion of a document that's contained in the specified object.
Syntax
expression.Range
expression Required. A variable that represents a Section object.
Example
This example inserts text at the end of section one.
Visual Basic for Applications |
---|
|
See Also