I am getting a '429 - ActiveX cannot create object' in the code below. My DLL, called MyDLL, is on an MTS server and has only one class called Class1. I've exported the MTS package and installed it on the PC. I've also installed MDAC 2.6. Can anyone help me?
Dim MyObj As Object
Set MyObj = CreateObject("MyDLL.Class1"
Dim MyObj As Object
Set MyObj = CreateObject("MyDLL.Class1"