Navigator Object

SharePoint Designer Developer Reference

Represents the Web browser.

Remarks

Use the navigator property to return an Navigator object. The following code accesses the browser for the active document.

Visual Basic for Applications
Dim objNav As Navigator
Set objNav = ActiveDocument.parentWindow.navigator

See Also