
See Converting Numbers to Words Part IV No need to bite this one off in small chunks. Just need to make sure the triplets processing works at the next level. Sub TEST_Millions() Debug.Assert NumbersToWords(1000000) = “one million” Debug.Assert NumbersToWords(1000001) = “one million one” Debug.Assert NumbersToWords(20000000) = “twenty […]