I have one main project with one ActiveX control (UserControl). In the main project I have one class module. My problem is how could I declare a reference to the class module (which it exists in the main project) into the ActiveX control. If this method is not right how could I solve this problem?