Thousands Property [LabelFormat]
Thousands returns or sets the thousands style. It has a Boolean value. When this is set to 'True', a comma appears every three digits to the left of the decimal point. When this is 'False', the number appears without the comma every three digits.
Syntax
object.Thousands
object. Thousands = Thousands
Parameter |
Type |
Description |
Thousands |
Boolean |
required |
Example
This example demonstrates how to return whether or not a label uses a thousands separator.
Debug.Print LabelFormat.Thousands
Used by: LabelFormat object