HyperlinkColor Property

Microsoft Access Visual Basic

HyperlinkColor Property

       

You can use the HyperlinkColor property to specify or determine the default color of all hyperlinks within the Application object. Read/write AcColorIndex.

AcColorIndex can be one of these AcColorIndex constants.
acColorIndexAqua 
acColorIndexBlack 
acColorIndexBlue Default.
acColorIndexBrightGreen
acColorIndexDarkBlue
acColorIndexFuschia
acColorIndexGray
acColorIndexGreen
acColorIndexMaroon
acColorIndexOlive
acColorIndexRed
acColorIndexSilver
acColorIndexTeal
acColorIndexViolet
acColorIndexWhite
acColorIndexYellow

expression.HyperlinkColor

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

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

You can set or change the default hyperlink color available 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.

The default color of a hyperlink is changed to the followed hyperlink color when a hyperlink control has been pressed.

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