View.SeekView Property
Word Developer Reference |
Returns or sets the document element displayed in print layout view. Read/write WdSeekView.
Syntax
expression.SeekView
expression Required. A variable that represents a View object.
Remarks
This property generates an error if the view is not print layout view.
Example
If the active document has footnotes, this example displays footnotes in print layout view.
Visual Basic for Applications |
---|
|
This example shows the first page footer for the current section.
Visual Basic for Applications |
---|
|
If the selection is in a footnote or endnote area in print layout view, this example switches to the main document.
Visual Basic for Applications |
---|
|
See Also