T
Thomas Fischer
Hello,
I would like to retrieve and access a scripting object from
a remote host. Something like this:
Dim ExApp as object
ExApp = GetObject(, "192.168.0.100\\Excel.Application")
My objective is to balance the load between two intensively-
working applications between two machines. Is there a mechanism
that allows this?
Thanks a lot!
Tom
I would like to retrieve and access a scripting object from
a remote host. Something like this:
Dim ExApp as object
ExApp = GetObject(, "192.168.0.100\\Excel.Application")
My objective is to balance the load between two intensively-
working applications between two machines. Is there a mechanism
that allows this?
Thanks a lot!
Tom