MsoCommandBarButtonHyperlinkType Enumeration

Office Developer Reference

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.

Remarks
The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon."

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.