Hi,
I am trying to use CreateObject to access an object on a networked server and according to the help I need to give the name as such
Set objTest = CreateObject("class", "servername"
Possible solutions I have managed to find are:-
1. I need to turn off internet security - but I don't know how to do this and can't find anything on the web about it
2. Might need to add something to the registry - but I don't know what
Does anybody know how to get this to work?
Thanks
Si Fitz
I am trying to use CreateObject to access an object on a networked server and according to the help I need to give the name as such
Set objTest = CreateObject("class", "servername"
Possible solutions I have managed to find are:-
1. I need to turn off internet security - but I don't know how to do this and can't find anything on the web about it
2. Might need to add something to the registry - but I don't know what
Does anybody know how to get this to work?
Thanks
Si Fitz