Numbers in letters?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Does anybody know a quick routine to convert from numbers like "1000$" to "One thousand dollars"? I need this to print invoices Thanks in advance
-
Does anybody know a quick routine to convert from numbers like "1000$" to "One thousand dollars"? I need this to print invoices Thanks in advance
I found many source code hits on Google using convert number to words as the search terms. There are samples in Java, VBA, VB etc... See if one of those is the right one for you. ...Steve