Browser Object
Word Developer Reference |
Represents the browser tool used to move the insertion point to objects in a document. This tool is composed of the three buttons at the bottom of the vertical scroll bar.
Remarks
Use the Browser property to return the Browser object. The following example moves the insertion point just before the next field in the active document.
Visual Basic for Applications |
---|
|
The following example moves the insertion point to the previous table and selects it.
Visual Basic for Applications |
---|
|
See Also