Public Function SpellNumber( _
ByVal vValue As Variant _
) As Variant SpellNumber("123.45") = "One Two Three Point Four Five"See also: SpellCurrency Function
SpellPhonetic Function
SpellPolice FunctionNote: Function is pre-programmed with the English spelling for the following characters: % Percent
+ Plus
- Negative
. Point
0..9 Zero..Nine
E Times Ten To The Power OfThe function adds a space between each of the characters which have a spelled-out equivalent, and it replaces a single space with three spaces (two spaces plus the one-space character separator). vValue: The string containing the numeric digits and symbols which are to be spelled. Any characters other than those mentioned in the table above are ignored.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.