Thank you, JordiCP. In fact, I already tried this way, using class module. It works ok. The only problem is I´m not so creative with variable names and sub names, so sometimes I have a naming conflict with the code modules. So I converted to class modules and compile to library. It works ok, no problems.
I´m only curious about the need of the initialize, as in my initialize sub I have nothing to do.
I know it´s possible looking for example to StringUtils, that works the way I think my class should too, no need to Initialize. How they did this?
Thank you.