Pane.Pages Property
Word Developer Reference |
Returns a Pages collection that represents the pages in a document.
Syntax
expression.Pages
expression An expression that returns a Pane object.
Example
The following example creates a line 0.5 inch from the upper-left corner of the active document across the page to the lower-right corner of the page, 0.5 inch from the right and bottom edges of the page.
Visual Basic for Applications |
---|
|
See Also