A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
See for example How to Convert Number to Words in Excel in Rupees
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I wan a formula or VBA code to convert amount in figures into words in Indian number style.
Suppose my amount is Rs. 10'15'24'532/-. It should be converted as Rupees Ten Crore Fifteen Lacs Twenty four thousand five hundred thirty two.
Please help.
Thanks & regaqrds,
HD Sharma
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
See for example How to Convert Number to Words in Excel in Rupees
I have modified the code from the page I linked to so that Paise is not displayed for whole numbers. See Number-to-Words-indian-rupee.xlsm
Make sure that you allow macros when you open the workbook.
Sir I am not able to get the result. I am inserting your VBA code in my a VBA (not VBE, as mentioned by you in your reply) module.
Would be grateful if you could give me a detailed step wise path; like after opening the file I am working in, I will press Alt+F11 to get a VBA window. In the VBA window, from the Insert Tab I am inserting Module.
What to do hereafter. whether this file needs to be saved, if yes, where it should be saved. Please guide me with detailed steps please.
I would be grateful for your support, Sir.
HD Sharma
Also please see if there is no paisa value, then it should not say "zero paise".
Sir, many thanks for providing the VBA code, but I am not able to get the result when I copy your codes and paste it by following the undermentioned steps in my Excel file :
After this, inserting the formula NUM_TO_IND_RUPEE_WORD in the desired cell, I am getting any resuslt.
Could you please help me how to get it.