Hello,
can anyone suggest a possible reason for being able to call CreateObject("MyObject.clsMyClass"
, but then being unable to create an instance of the same class (using set myObj = CreateInstance("MyObject.clsMyClass"
)?
The CreateObject call exists in an exe, then the CreateInstance is in a DLL.
I get error 424: object required.
Thanks
can anyone suggest a possible reason for being able to call CreateObject("MyObject.clsMyClass"
The CreateObject call exists in an exe, then the CreateInstance is in a DLL.
I get error 424: object required.
Thanks