When you create a ActiveX dll in VB a class called Class1 is created by default.
You can then call public functions, that are in Modules for example, from the class using a method of the class, or place the public function inside the class as a method of the class.
You need to first do some reading up on how to use a basic ActiveX dll. [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!