Forum

Notifications
Clear all

Convert Numbers to words

6 Posts
3 Users
0 Reactions
134 Views
(@dpal)
Posts: 7
Active Member
Topic starter
 

Using Excel Version 2016

Either of these formulas do not seam to work. 

=NumToWords(234) 

=NumToWords(A2)

Is there another formula to use? 

Thanks

 
Posted : 09/01/2020 2:43 pm
(@purfleet)
Posts: 412
Reputable Member
 

I dont think that NumToWords is a proper excel formula - i seem to remember seeing a video where someone created a massive fomula to convert numbers to words and another where someone created VBA to do it (which is probally where you got the NumToWords from)

 
Posted : 09/01/2020 4:46 pm
(@dpal)
Posts: 7
Active Member
Topic starter
 

When I use my formula's it comes up #NAME?

 
Posted : 09/01/2020 5:24 pm
Philip Treacy
(@philipt)
Posts: 1632
Member Admin
 

Hi,

I wrote this code

https://www.myonlinetraininghub.com/convert-numbers-currency-to-words-with-excel-vba

Is this what you are using?

Can you please attach your workbook with the code.

Regards

Phil

 
Posted : 09/01/2020 7:44 pm
(@dpal)
Posts: 7
Active Member
Topic starter
 

Yes that is were I found it 

See attached 

THanks

 
Posted : 10/01/2020 9:25 am
Philip Treacy
(@philipt)
Posts: 1632
Member Admin
 

Hi,

The file you attached is an XLSX so it can't store VBA.  You need to save the file as an XLSM to store and run VBA.

Try opening the workbook from my blog post again and saving that for your use.

You can open the VBA editor (ALT+F11) to see the VBA code in the workbook.

Regards

Phil

 
Posted : 10/01/2020 7:32 pm
Share: