CellFormat.NumberFormatLocal Property
Excel Developer Reference |
Returns or sets a Variant value that represents the format code for the object as a string in the language of the user.
Syntax
expression.NumberFormatLocal
expression A variable that represents a CellFormat object.
Remarks
The Format function uses different format code strings than do the NumberFormat and NumberFormatLocal properties.
See Also