DOLLAR

Syntax

NumberFormat.DOLLAR

Description

Used with AsText function to return a string expressing a number as a dollar amount:

  • Symbol "$" is prepended;

  • Two digits after the decimal point are always used;

  • Thousand separators are used.

Example

See the AsText article in the Others section.