
NumberToWords – Convert a number into its string representation
‘ Convert a number into its textual equivalent.’ ‘ Pass True in the second argument if you want a null string when ‘ zero is passed.’ This is a recursive routine that is probably the most concise’ routines that solves the problemFunction NumberToWords(ByVal Number As Long, Optional BlankIfZero As Boolean)