AbsoluteValue Property
AbsoluteValue returns or sets the absolute value style. It has a Boolean value. When it is set to 'True', the absolute value of the number is displayed. When it is set to 'False', negative numbers are displayed with the negative sign before the number.
Syntax
object.AbsoluteValue
object. AbsoluteValue = AbsValue
Parameter |
Type |
Description |
AbsValue |
Boolean |
required |
Example 1
This example demonstrates how to return whether or not the labels are displayed as absolute values.
Debug .Print LabelFormat.AbsoluteValue
Example 2
This example demonstrates how to display labels as absolute values.
LabelFormat.AbsoluteValue = True
Used by: LabelFormat object