Well, I ask this question because I'm rather familiar with C++ than VB.
I've just tried to create a class in VBA and found that I have to write some certain lines every time I want to create a new instance of the class.
So, isn't there a way to create a autorun subroutine for initializing a user-defined class?, like "constructo r" in C++.
Thanks
I've just tried to create a class in VBA and found that I have to write some certain lines every time I want to create a new instance of the class.
So, isn't there a way to create a autorun subroutine for initializing a user-defined class?, like "constructo r" in C++.
Thanks
Comment