MsoCommandBarButtonHyperlinkType enumeration (Office)

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.

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.