Convert currency to word ( text ) in excel 2.0

Update: New version 3.0 has been released with bug fixes. 
Please see this link

Version 3.0


Thank you guys for reported bugs in the code (Convert currency to word in excel 1.0) in my earlier post Convert currency to word in excel.

Your comments helped me a lot in fixing this error. There is a new version 2.0 which not only has bug fixes but also can convert up to 1,234,567,890.00.


You can download the latest version (2.0) from
Download

You can download the excel from
Download

Keep commenting


Ultimate Python interview questions for Intermediate Level Python Programmer.

Question : What is metaprogramming in Python?  Answer : Writing programs that treat other programs as data, using metaclasses, decorators, a...