You don't call a *module* -- a module is just a container for code:
functions, subroutines, variables, property & type definitions, etc.
You can call a procedure in your module in a number of ways, depending
on whether it is a function or a subroutine and on what arguments (if
any) must be passed to it. What is the declaration of your procedure,
and what is it supposed to do?
Did you read the complete KB article? At the bottom, it has a section
titled, "How to Use the ConvertCurrencyToEnglish() Function on a Form",
wherein it answers the exact question you are asking. Suppose you have
a control or field containing the number you want to display in words,
and the name of that control or field is "Amount" (for the sake of this
example). Then you would have a text box on your form with this as its
Control Source property:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.