GFullington
Programmer
I have created several modules in an MDA library that work great. I am in the process of replacing the modules with class modules. In the calling app, the newly created class does not show up in the objects browser, only the original modules. I tried readding the reference to the library.
Here is what I am trying to do in the main app
Dim objSUBS As clsMdaSubs - it doesn't recognize the class that I have in the MDA.
How do I get the main app to recognize the class?
Here is what I am trying to do in the main app
Dim objSUBS As clsMdaSubs - it doesn't recognize the class that I have in the MDA.
How do I get the main app to recognize the class?