G
Guest
I'm trying to open Excel from my Access db, and open it on a remote machine.
Here is the entire code...
Dim xlApp As Object
Set xlApp = CreateObject("Excel.Application", "thebox")
"thebox" is the correct name, I can ping it fine.
Note that I am *not* trying to open a file, I'm trying to open the
application itself. Reading over the dox, 70 suggests that it could be a file
error or permissions on the registry. I have tried various settings on the
later, but the dox are extremely unclear on exactly what to do here.
Any ideas?
Here is the entire code...
Dim xlApp As Object
Set xlApp = CreateObject("Excel.Application", "thebox")
"thebox" is the correct name, I can ping it fine.
Note that I am *not* trying to open a file, I'm trying to open the
application itself. Reading over the dox, 70 suggests that it could be a file
error or permissions on the registry. I have tried various settings on the
later, but the dox are extremely unclear on exactly what to do here.
Any ideas?