Link to home
Start Free TrialLog in
Avatar of suzygm71478
suzygm71478

asked on

Convert currency to words in Reporting Services

Hello experts!
I need a custom code function for Reporting Services that will convert a currency amount to spelled out words for a report I am generating that will print checks.  The currency amounts are the sum of multiple fees in a group that are detailed in the statement on the top portion of the check.  Does anyone know of a function I can put into Custom Code or a Reporting Services function that will convert the report amount to the words?

Thanks,

Susan
Avatar of shorak
shorak
Flag of United Kingdom of Great Britain and Northern Ireland image

Try these sites as they have code which you can use as a custom function in your report. Just add the code to the Code tab of the report properties and call the relevant function by using the expression '=code.function()' replacing function() with the name of your function

http://www.vbexplorer.com/VBExplorer/tips/src36.asp
http://vbcorner.blogspot.com/2007/10/convert-number-currency-to-word-part-i.html
http://www.vbforums.com/showthread.php?t=192290

Hope this helps

Rob

ASKER CERTIFIED SOLUTION
Avatar of lifegood
lifegood
Flag of Afghanistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial