I have made ActiveX DLLs and tried to use ones made by other people, but I keep getting an error. The code should be %100 correct.
-I define a variable as the part of the activex dll I want it to be
dim name as dllpart
-Set the variable (This is where I get the error)
set name = new dllpart
-Unload the variable
set name = nothing
When i use the code for setting the variable I get this error:
Run-time error
ActiveX component can't create object
I do not see any problems with the code but I continue to get errors. Any help or thought would be appriciated. Thanks -PW