UnderlineHyperlinks Property

UnderlineHyperlinks Property

See Also                  Applies To

You can use the UnderlineHyperlink property to specify or determine if hyperlinks within the Application object should be underlined when displayed.

Setting

The UnderlineHyperlink property uses the following settings.

Setting Visual Basic Description
Yes True (–1) (Default) Hyperlinks will be underlined
No False (0) Hyperlinks will not be underlined.

You can set the UnderlineHyperlink property through the DefaultWebOptions property or the SetOption method by using Visual Basic.

You can set or change the underline hyperlink setting in the Web Options dialog box. To display this dialog box, click Options on the Tools menu. Click the General tab and click the Web Pages button.

Remarks

DefaultWebOptions property to identify or set the Application object's DefaultWebOptions object properties.