I have an ActiveX DLL project with one Class module and several "normal" modules.

I have this in the Class module :

public ErrType as string
public ErrNum as Long
public ErrNative as Long
public ErrDesc as string
public ErrDescComplete as string
public ErrSource as string
public ErrLine as Long




How do I access those variables/properties from the "normal" modules?
I tried using the ClassModuleName.ErrNum, I tried Self., Me. ...

Thanks for any info, Jenda
====================================
If you get a VB/VBScript code from someone without "Option Explicit" on top ... kill him/her !
If you ever meet anyone from Aptech, don't waste time looking
at the code!