I did as you suggested and I am not getting the compile error anymore. thanks!! however, I will have to test it tomorrow live as it is a stock market application. I put Dim X as new classname in my bas module. how would I destroy X after I don't need it anymore? the sub I am trying to call has to send an event back to my client application, that's why I have to put it in the my class module. is there a way to leave it in the bas module and raise and event from there??
thanks again
Main Topics
Browse All Topics





by: aikimarkPosted on 2003-01-12 at 10:28:55ID: 7712396
if the class has been instantiated (Dim X As New classname), then you invoke the routine as X.routinename.