Hi Aidy
The answer is a definite maybe.
Yes, you can export from VBA
Yes, you can import that class module into a VB6 ActiveX DLL project (Note,
not VB.NET, the syntax is different)
No, it might not work correctly without modification.
At least you will probably have to set a reference in the VB project to the
Office application (i.e. Word or Excel or whatever) the class was running
under.
If the class calls UserForms, then you might want to rewrite those as Forms.