VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Convert currency numbers into text

Newsgroup Posting  (15 Submissions)   Math/Dates   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This function converts numbers (currency) to words including cent
conversion and cent rounding.
Note: ms stores 4 decimal positions internally but displays only 2.
In a lot of number to word functions this is not handled and can cause
erroneous values... this function corrects for this situation.
Baz,

Assumes
Create a module and copy all the below functions into it. To use: Create a "text box" wide enough to hold the converted word in the "control source" property add: =numtoword([grand total]) The [grand total] can be any numeric field.

Rate Convert currency numbers into text (6(6 Vote))
Convert currency numbers into text.bas

Convert currency numbers into text Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters