Hi,
i'm trying to launch a remote server, for example
Sub remote()
Dim Obj As Object
Set Obj = CreateObject("Excel.Application", "\\machine"
Obj.ActivateMicrosoftApp (1)
End Sub
and i always get message from VB "run-time err. 70
Permission denied"
I set "Default Authentification Level" in
dcomcnfg to (None) at the servers side,
"Location" to the appr. mashines name at the client, etc.
I think I just mixed smth up with options,
if somebody can give a list of instructions howto configure, thats great, thanks in advance.
P.S. computers are in a workgroup
i'm trying to launch a remote server, for example
Sub remote()
Dim Obj As Object
Set Obj = CreateObject("Excel.Application", "\\machine"
Obj.ActivateMicrosoftApp (1)
End Sub
and i always get message from VB "run-time err. 70
Permission denied"
I set "Default Authentification Level" in
dcomcnfg to (None) at the servers side,
"Location" to the appr. mashines name at the client, etc.
I think I just mixed smth up with options,
if somebody can give a list of instructions howto configure, thats great, thanks in advance.
P.S. computers are in a workgroup