convert numerical value to a text form

G

Guest

i like to convert the number say USD.250/- to US Dollars Two Hunderd and
Fifty only . How Can I Do This Function in Excel > I tried the Formula
=Bahttext(250) but it comes in some other language
 
G

Guest

Hi,
I tried it and it really works. Going a step forward, I want to be able to
use this function for all new workbooks which I am going to create in future.
How can I do this, pls reply.

Thanks in anticipation.
 
G

Gord Dibben

Varun

Stick the code into your Personal.xls workbook so's it will be available for all
open workbooks, existing and new.

usage would then be =Personal.xls!spellnumber(cellref)

Or create a workbook, add the code then save as an Add-in which you can load
through Tools>Add-ins.

Then you don't have to preface with the workbook name.

usage is =spellnumber(cellref)


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top