I'm writing a class where I also need a Initialize2 because there are two different ways to make it work, but unfortunately it seems that is not possible, or am I wrong?
At the moment if I add Initialize2 for example, and start with this Sub, instead of Initialize , it gives me error because the class has not been initialized.
At the moment if I add Initialize2 for example, and start with this Sub, instead of Initialize , it gives me error because the class has not been initialized.