Document.WebNavigationBarSets property (Publisher)

Returns a WebNavigationBarSets object representing a collection of all WebNavigationBarSet objects in the specified document. Read-only.

Syntax

expression.WebNavigationBarSets

expression A variable that represents a Document object.

Return value

WebNavigationBarSets

Example

The following example sets an object variable to the collection of web navigation bar sets in the active document and adds a new navigation bar set to it.

Dim objWebNavBarSets As WebNavigationBarSets 
 
Set objWebNavBarSets = ActiveDocument.WebNavigationBarSets 
objWebNavBarSets.AddSet _ 
 Name:="WebNavBarSet1", _ 
 Design:=pbnbDesignBracket, _ 
 AutoUpdate:=True 

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.