Does anyone know how to create an ActiveX Dll to work basically the same as a VB internal Function would work to make a call to a DLL, passing two variables "a" and "b" to the DLL and having the it return a variable "c" which would be the sum of a and b. Your help would be appreciated.



------------------