View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Record numbers and get the output printed in words

Hi,

Several sites provide code to do this, here's one that's as good as any.

http://www.ozgrid.com/VBA/ValueToWords.htm

Mike

"RiverGully" wrote:

I would like to enter numbers for a cheque payment and have excel convert the
numbers into words. For example: $1,250 entered should return One Thousand
Two Hundred and Fifty dollars.

Thank you.