Can I share SpellNumber.xla Module to other excel

T

T_Yuri

I follow the Microsoft KB213360 to create a module in excel 2003, but I can't
share this module to another user, it's any easy way to convert number to
text and share to another excel?
 
B

Bob Phillips

What is the question, are you allowed, or how do you do it?

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
D

Dave Peterson

Start a brand new workbook
Put that function in this new workbook's project.
Save that file as Yuris_utils.xls

Share this file with others.

Tell them that they have to open your utility workbook each time they want to
use that function.

And the formula will look like:

=yuris_utils.xls!whateverthenameofthefunctionis(a1)
 
Top