This is an extension/add-in for Microsoft Excel to convert amount in figure to Urdu language.
Amount value ranging from 0 to 9999999999999
(نناوے کھرب) can be converted to corresponding Urdu words
Excel 2007 and above are supported (32/64 bit)
- Download extension.rar
- Extract folder to any location
- Click on
generate script.exe
it will producescript.vba
file - Open Excel then open Visual Basic Editor (Alt+F11) select
File > Import File
then choosescript.vba
file created bygenerate script.exe
- Now you can use
=URDU(10023420)
in any cell to convert amount
Note :
You have to re-run generate script.exe
whenever you change the directory of extracted folder or rename that extracted folder
To build DLL (urdu64.dll)
for 64 bit Excel use following make
command with mingw-w64
toolchain.
make DLL_64
To build DLL (urdu32.dll)
for 32 bit Excel, make sure you invoke following make
command with 32 bit MinGW
toolchain
make DLL_32
Clean builds by
make clean
Build produces urdu64.dll, urdu32.dll under DLL folder and object files under OBJ folder
You can send feedback at umerfarooq2383@gmail.com