Sometimes we gets rows of amounts where we need to write them in words and it becomes impossible to write a thousand rows of data in words. There is no built in function for this in excel. If you are having problem converting currency into words then you are at the right place. We are about to solve this for good. Let’s follow the bellow steps to convert currency to words.
Step 1: Click on the Developer Tab (How to add developer tab in
excel:
Step 2: Click on Visual Basic.
Step 3: Click Insert and then Module.
Step 4: Copy the code.
Function NumbersToWords(ByVal pNumber)
Step 5: Close the Visual basic window.
Step 6: Write the function in any empty cell =NumbersToWords (A1)
Step 7: Press enter and done.