MsoCommandBarButtonHyperlinkType Enumeration

Specifies whether the command bar button is a hyperlink. If the command bar button is a hyperlink, further specifies whether the hyperlink should launch another application such as the browser or insert a picture at the active selection point.

Name

Value

Description

msoCommandBarButtonHyperlinkInsertPicture

2

Clicking the command bar button inserts a picture at the active selection point.

msoCommandBarButtonHyperlinkNone

0

The command bar button is not a hyperlink.

msoCommandBarButtonHyperlinkOpen

1

Clicking the command bar button opens the link specified in the command bar button's TooltipText property.