Help!

howto convert a number into words like 10 to ten

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> New Users RSS
Next:  Updating Links Each Month  
Author Message
kaushik
External


Since: Aug 31, 2006
Posts: 4



PostPosted: Thu Aug 31, 2006 1:54 pm    Post subject: howto convert a number into words like 10 to ten
Archived from groups: microsoft>public>excel>newusers (more info?)

i want to print numbers entered as numbers in words like 1 is one,20 as
twenty also to have two decimal places
Back to top
Paul B
External


Since: Nov 03, 2004
Posts: 1078



PostPosted: Thu Aug 31, 2006 4:59 pm    Post subject: Re: howto convert a number into words like 10 to ten [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

kaushik, have a look here,
http://www.xldynamic.com/source/xld.xlFAQ0004.html

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"kaushik" <kaushik DeleteThis @discussions.microsoft.com> wrote in message
news:F526CD1E-90D0-4006-AD7E-3A2E13D588D8@microsoft.com...
> i want to print numbers entered as numbers in words like 1 is one,20 as
> twenty also to have two decimal places
Back to top
kaushik
External


Since: Aug 31, 2006
Posts: 4



PostPosted: Thu Aug 31, 2006 4:59 pm    Post subject: Re: howto convert a number into words like 10 to ten [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks it helps

"Paul B" wrote:

> kaushik, have a look here,
> http://www.xldynamic.com/source/xld.xlFAQ0004.html
>
> --
> Paul B
> Always backup your data before trying something new
> Please post any response to the newsgroups so others can benefit from it
> Feedback on answers is always appreciated!
> Using Excel 2002 & 2003
>
> "kaushik" <kaushik.DeleteThis@discussions.microsoft.com> wrote in message
> news:F526CD1E-90D0-4006-AD7E-3A2E13D588D8@microsoft.com...
> > i want to print numbers entered as numbers in words like 1 is one,20 as
> > twenty also to have two decimal places
>
>
>
Back to top
Andy Wiggins
External


Since: Aug 28, 2006
Posts: 21



PostPosted: Thu Aug 31, 2006 11:06 pm    Post subject: Re: howto convert a number into words like 10 to ten [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This file might be a help:
http://www.bygsoftware.com/examples/zipfiles/num2wrds.zip

It's in the "Accountants" section on page:
http://www.bygsoftware.com/examples/examples.htm
It contains the "SPELLNUMBER" function, which can be used in your
spreadsheets, two methods to convert numbers to words and two cheque
writing routines.

The code is open and commented.


--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-


"kaushik" <kaushik.RemoveThis@discussions.microsoft.com> wrote in message
news:F526CD1E-90D0-4006-AD7E-3A2E13D588D8@microsoft.com...
>i want to print numbers entered as numbers in words like 1 is one,20 as
> twenty also to have two decimal places
Back to top
kaushik
External


Since: Aug 31, 2006
Posts: 4



PostPosted: Thu Aug 31, 2006 11:06 pm    Post subject: Re: howto convert a number into words like 10 to ten [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Andy I think this will do the job

"Andy Wiggins" wrote:

> This file might be a help:
> http://www.bygsoftware.com/examples/zipfiles/num2wrds.zip
>
> It's in the "Accountants" section on page:
> http://www.bygsoftware.com/examples/examples.htm
> It contains the "SPELLNUMBER" function, which can be used in your
> spreadsheets, two methods to convert numbers to words and two cheque
> writing routines.
>
> The code is open and commented.
>
>
> --
> Andy Wiggins FCCA
> www.BygSoftware.com
> Excel, Access and VBA Consultancy
> -
>
>
> "kaushik" <kaushik.TakeThisOut@discussions.microsoft.com> wrote in message
> news:F526CD1E-90D0-4006-AD7E-3A2E13D588D8@microsoft.com...
> >i want to print numbers entered as numbers in words like 1 is one,20 as
> > twenty also to have two decimal places
>
>
>
Back to top
Ibrahim
External


Since: Jan 29, 2007
Posts: 7



PostPosted: Sat Sep 26, 2009 12:47 am    Post subject: RE: howto convert a number into words like 10 to ten [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"kaushik" wrote:

> i want to print numbers entered as numbers in words like 1 is one,20 as
> twenty also to have two decimal places
Back to top
Ibrahim
External


Since: Jan 29, 2007
Posts: 7



PostPosted: Sat Sep 26, 2009 1:08 am    Post subject: Re: howto convert a number into words like 10 to ten [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Paul B" wrote:

> kaushik, have a look here,
> http://www.xldynamic.com/source/xld.xlFAQ0004.html
>
> --
> Paul B
> Always backup your data before trying something new
> Please post any response to the newsgroups so others can benefit from it
> Feedback on answers is always appreciated!
> Using Excel 2002 & 2003
>
> "kaushik" <kaushik.TakeThisOut@discussions.microsoft.com> wrote in message
> news:F526CD1E-90D0-4006-AD7E-3A2E13D588D8@microsoft.com...
> > i want to print numbers entered as numbers in words like 1 is one,20 as
> > twenty also to have two decimal places
>
>
>
Back to top
Ibrahim
External


Since: Jan 29, 2007
Posts: 7



PostPosted: Sat Sep 26, 2009 1:54 am    Post subject: Re: howto convert a number into words like 10 to ten [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Andy Wiggins" wrote:

> This file might be a help:
> http://www.bygsoftware.com/examples/zipfiles/num2wrds.zip
>
> It's in the "Accountants" section on page:
> http://www.bygsoftware.com/examples/examples.htm
> It contains the "SPELLNUMBER" function, which can be used in your
> spreadsheets, two methods to convert numbers to words and two cheque
> writing routines.
>
> The code is open and commented.
>
>
> --
> Andy Wiggins FCCA
> www.BygSoftware.com
> Excel, Access and VBA Consultancy
> -
>
>
> "kaushik" <kaushik.RemoveThis@discussions.microsoft.com> wrote in message
> news:F526CD1E-90D0-4006-AD7E-3A2E13D588D8@microsoft.com...
> >i want to print numbers entered as numbers in words like 1 is one,20 as
> > twenty also to have two decimal places
>
>
>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> New Users All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum