Application.Browser Property
Word Developer Reference |
Returns a Browser object that represents the Select Browse Object tool on the vertical scroll bar. Read-only.
Syntax
expression.Browser
expression A variable that represents an Application object.
Example
This example moves to the next footnote reference mark in the active document.
Visual Basic for Applications |
---|
|
This example moves to the next field in the active document. The text from the initial selection to the next field is formatted as bold.
Visual Basic for Applications |
---|
|
See Also