I have a usercontrol which I am trying (without success) to create new instances of on my form.

The control is called userControl1.

It is registered as class userControl1.

How do I CreateObject("usercontrol1") ??...