Allows for the setting of the data format.


Lib.Data.Format = "NumericFormat"


NumericFormat:  (string)


Note: If set, this overrides the Formatting as set in the configuration with the exception of the Zero Threshold option.

Numeric Format Examples

Format:                Data:                        Result:

"#0.0"                        1234.567                123.5

"00000.0"                1234.567                01234.6

"#,###.00"                1234.567                1,234.57


Search the web for "VBA Format function" for more help on the various formats available.