Syntax

expression.NumberFormatLinked

expression A variable that represents a TickLabels object.

Example

This example links the number format for tick-mark labels to its cells for the value axis in Chart1.

Visual Basic for Applications
Charts("Chart1").Axes(xlValue).TickLabels.NumberFormatLinked = True

See also: