Here's the problem.

I have a program that is creating multiple instances of an ActiveX exe object. Since the user is given the option of choosing how many instances will be created, an array of these objects is the best bet. Unfortunately, arrays do do not work with the "WithEvents" statement (which is necessary for my program to interact with the sessions).

Is there a workaround for this? Creating and working with 10 variables is bulky and annoying.

Thanks.

Jay