I'm creating a simple ActiveX exe so I can run an out of thread process. It is basically just a subroutine that I don't want holding up the main exe. I put the subroutine in the class section of the AX EXE, but I need to pass variables to it. I have referenced the AX object in my main code, but I don't know how to pass the variables to the subroutine in the AX EXE class. Can anyone help?