Any ideas why something like
Dim test As MyLib.MyClass
Set test = new MyLib.MyClass
Works fine, but
Dim test as object
Set test = createobject("MyLib.MyClass")
Fails with "ActiveX component can't create object"
Archived from group: microsoft>public>vb>ole>automation